From 8b44b435e17f2cdc4a5c3941e70fc8bb6f80f949 Mon Sep 17 00:00:00 2001 From: Satoshi Asami Date: Sat, 17 Aug 1996 10:59:08 +0000 Subject: Variable reordering. Move NO_WRKSUBDIR and USE_X11 to the "miscellaneous bsd.port.mk variables" section after MAINTAINER. --- x11-fonts/freefonts/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'x11-fonts') 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 - -- cgit v1.2.3