summaryrefslogtreecommitdiff
path: root/chinese/gbscript
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1997-10-13 07:52:28 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1997-10-13 07:52:28 +0000
commit3e62e7728c55e89dff2146561af4054738d2fb02 (patch)
tree20694cf3c30776a427c1f9dafcde8b0e071e28a3 /chinese/gbscript
parentPortlint these babies. (diff)
Portlint.
Change my email address.
Notes
Notes: svn path=/head/; revision=8236
Diffstat (limited to 'chinese/gbscript')
-rw-r--r--chinese/gbscript/Makefile7
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>