diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 23:20:31 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 23:20:31 +0000 |
commit | 31f7b03b56b845a2ab26abb64b0d905ee3b48978 (patch) | |
tree | ebbcd3dce637f0dabb4b6f7ce68a84f6b5fa8b54 /vietnamese/vis2u | |
parent | 0e5cfbafe0d315746cee6a0488dce19311e22da1 (diff) | |
download | freebsd-ports-31f7b03b56b845a2ab26abb64b0d905ee3b48978.zip |
Add NO_STAGE all over the place in preparation for the staging support (cat: vietnamese)
Diffstat (limited to 'vietnamese/vis2u')
-rw-r--r-- | vietnamese/vis2u/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/vietnamese/vis2u/Makefile b/vietnamese/vis2u/Makefile index f9c3b40f0794..65684fd79d11 100644 --- a/vietnamese/vis2u/Makefile +++ b/vietnamese/vis2u/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: vis2u -# Date created: Tue Nov 27, 2001 -# Whom: David O'Brien (obrien@NUXI.com) -# +# Created by: David O'Brien (obrien@NUXI.com) # $FreeBSD$ -# PORTNAME= vis2u PORTVERSION= 1.0 @@ -20,6 +15,7 @@ COMMENT= VISCII->Unicode conversion USE_ZIP= yes NO_WRKSUBDIR= yes +NO_STAGE= yes do-build: cd ${WRKSRC} ; make vis2u |