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/vn7to8 | |
parent | 0e5cfbafe0d315746cee6a0488dce19311e22da1 (diff) | |
download | ports-31f7b03b56b845a2ab26abb64b0d905ee3b48978.tar.gz ports-31f7b03b56b845a2ab26abb64b0d905ee3b48978.zip |
Notes
Diffstat (limited to 'vietnamese/vn7to8')
-rw-r--r-- | vietnamese/vn7to8/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/vietnamese/vn7to8/Makefile b/vietnamese/vn7to8/Makefile index ff9157302257..a70d1604c89f 100644 --- a/vietnamese/vn7to8/Makefile +++ b/vietnamese/vn7to8/Makefile @@ -1,11 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: vn7to8 -# Date created: Tue Dec 3, 1996 -# Whom: David O'Brien (obrien@cs.ucdavis.edu) -# +# Created by: David O'Brien (obrien@cs.ucdavis.edu) # $FreeBSD$ -# -# version # is VISCII version supported + .<edit_revision> PORTNAME= vn7to8 PORTVERSION= 1.1.1 @@ -22,6 +16,7 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libviqr.a:${PORTSDIR}/vietnamese/libviet CFLAGS+= -I${PREFIX}/include/viet MAN1= vn7to8.1 vn8to7.1 vn80to81.1 +NO_STAGE= yes post-extract: @ ${MV} ${WRKDIR}/lib ${WRKDIR}/DONT.lib @ ${MV} ${WRKDIR}/include ${WRKDIR}/DONT.include |