diff options
Diffstat (limited to 'chinese/gbscript')
-rw-r--r-- | chinese/gbscript/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/chinese/gbscript/Makefile b/chinese/gbscript/Makefile index ecd6a4ebf3f4..23c86dd64d4d 100644 --- a/chinese/gbscript/Makefile +++ b/chinese/gbscript/Makefile @@ -4,7 +4,7 @@ # Date created: Mon Feb 03, 1997 # Whom: David O'Brien (obrien@FreeBSD.org) # -# $Id: Makefile,v 1.2 1997/09/22 17:43:43 max Exp $ +# $Id: Makefile,v 1.3 1997/09/22 17:48:32 max Exp $ # DISTNAME= gbscript-1.11 @@ -18,10 +18,10 @@ MASTER_SITES= ftp://ftp.ifcss.org/pub/software/unix/print/ \ ftp://ftp.cuhk.hk/pub/chinese/ifcss/software/fonts/gb/misc/ DISTFILES= gbscript-1.11.tar.gz cclib.24 -MAINTAINER= obrien@NUXI.com +MAINTAINER= obrien@FreeBSD.org EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} -MAKEFILE= makefile +MAKEFILE= makefile CFLAG+= -DPROLOGUE_PATH=\"${PREFIX}/share/chinese/gb\" do-install: @@ -30,5 +30,4 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/gbscript.pro ${PREFIX}/share/chinese/gb ${INSTALL_DATA} ${DISTDIR}/cclib.24 ${PREFIX}/share/chinese/gb - .include <bsd.port.mk> |