summaryrefslogtreecommitdiff
path: root/x11-fonts
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1996-08-17 10:59:08 +0000
committerSatoshi Asami <asami@FreeBSD.org>1996-08-17 10:59:08 +0000
commit8b44b435e17f2cdc4a5c3941e70fc8bb6f80f949 (patch)
tree5fa5af725631a5db9cb131b3431c7c412ac0eb57 /x11-fonts
parentMove WRKSRC below MAINTAINER. (diff)
Variable reordering. Move NO_WRKSUBDIR and USE_X11 to the
"miscellaneous bsd.port.mk variables" section after MAINTAINER.
Notes
Notes: svn path=/head/; revision=3630
Diffstat (limited to 'x11-fonts')
-rw-r--r--x11-fonts/freefonts/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/x11-fonts/freefonts/Makefile b/x11-fonts/freefonts/Makefile
index d14dcafe1543..9ccbf1dac6fa 100644
--- a/x11-fonts/freefonts/Makefile
+++ b/x11-fonts/freefonts/Makefile
@@ -3,19 +3,19 @@
# Date created: Thu Aug 1 21:32:14 CDT 1996
# Whom: erich@FreeBSD.org
#
-# $Id$
+# $Id: Makefile,v 1.1.1.1 1996/08/16 13:38:33 erich Exp $
#
DISTNAME= freefonts-0.10
CATEGORIES+= x11
MASTER_SITES= ftp://scam.xcf.berkeley.edu/pub/gimp/
-NO_WRKSUBDIR= yes
-USE_X11= yes
MAINTAINER= erich@FreeBSD.org
+NO_WRKSUBDIR= yes
+USE_X11= yes
+
post-install:
@cat ${PKGDIR}/DESCR
.include <bsd.port.mk>
-