diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-21 07:20:31 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-21 07:20:31 +0800 |
commit | 7016da251660681f0c133921f056177747cccba9 (patch) | |
tree | ebbcd3dce637f0dabb4b6f7ce68a84f6b5fa8b54 /vietnamese/vnpstext | |
parent | 2fc9f20b57f40df925d4a6a25e42c9851d59169a (diff) | |
download | freebsd-ports-gnome-7016da251660681f0c133921f056177747cccba9.tar.gz freebsd-ports-gnome-7016da251660681f0c133921f056177747cccba9.tar.zst freebsd-ports-gnome-7016da251660681f0c133921f056177747cccba9.zip |
Add NO_STAGE all over the place in preparation for the staging support (cat: vietnamese)
Diffstat (limited to 'vietnamese/vnpstext')
-rw-r--r-- | vietnamese/vnpstext/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/vietnamese/vnpstext/Makefile b/vietnamese/vnpstext/Makefile index d99009187cb3..d61b4015bba5 100644 --- a/vietnamese/vnpstext/Makefile +++ b/vietnamese/vnpstext/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: vnpstext -# Date created: Sat Dec 7, 1996 -# Whom: David O'Brien (obrien@cs.ucdavis.edu) -# +# Created by: David O'Brien (obrien@cs.ucdavis.edu) # $FreeBSD$ -# PORTNAME= vnpstext PORTVERSION= 1.1 @@ -19,6 +14,7 @@ COMMENT= Converts 8-bit VISCII Vietnamese text into PostScript CFLAGS+= -I../../include MAN1= vnpstext.1 +NO_STAGE= yes do-install: @${MKDIR} ${PREFIX}/share/vn-fonts ${INSTALL_PROGRAM} ${WRKSRC}/vnpstext ${PREFIX}/bin |