Variable reordering. Move NO_WRKSUBDIR and USE_X11 to the
"miscellaneous bsd.port.mk variables" section after MAINTAINER.
This commit is contained in:
parent
271fe572a1
commit
8b44b435e1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=3630
1 changed files with 4 additions and 4 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue