diff options
author | asami <asami@FreeBSD.org> | 1996-08-17 10:59:08 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-08-17 10:59:08 +0000 |
commit | d0f7e140b983628848ac5cf080d9609858e439f9 (patch) | |
tree | 5ab8bd9bfadc65b4299ff7f98f10708713432bd3 /x11-fonts | |
parent | ba030baa5e91c09450a0b66d154919ba35c65eb7 (diff) | |
download | FreeBSD-ports-d0f7e140b983628848ac5cf080d9609858e439f9.zip FreeBSD-ports-d0f7e140b983628848ac5cf080d9609858e439f9.tar.gz |
Variable reordering. Move NO_WRKSUBDIR and USE_X11 to the
"miscellaneous bsd.port.mk variables" section after MAINTAINER.
Diffstat (limited to 'x11-fonts')
-rw-r--r-- | x11-fonts/freefonts/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11-fonts/freefonts/Makefile b/x11-fonts/freefonts/Makefile index d14dcaf..9ccbf1d 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> - |