summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-10-04 10:31:58 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-10-04 10:31:58 +0000
commitc02655835e7b4dfbe2c8cdd00c9ffc4f52dbf142 (patch)
tree20dfcf3c6ff3cf94c1da86a95100a5e50c791bf8 /audio
parentExpand directories. (diff)
Added "XMKMF=xmkmf" -- this port has "ALL_TARGET=World", which involves
rebuilding all the Makefiles, so no need to do it from the default "xmkmf -a" (and boy did it take long or what).
Notes
Notes: svn path=/head/; revision=2246
Diffstat (limited to 'audio')
-rw-r--r--audio/nas/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/nas/Makefile b/audio/nas/Makefile
index dd585895ed7b..e59924ca2ebc 100644
--- a/audio/nas/Makefile
+++ b/audio/nas/Makefile
@@ -3,7 +3,7 @@
# Date created: 03 Nov 1994
# Whom: jkh
#
-# $Id: Makefile,v 1.2 1995/04/01 12:43:51 jkh Exp $
+# $Id: Makefile,v 1.3 1995/04/11 19:46:46 asami Exp $
#
DISTNAME= nas-1.2p1
@@ -13,5 +13,7 @@ MASTER_SITES= ftp://ftp.x.org/contrib/audio/nas/
USE_IMAKE= yes
ALL_TARGET= World
+# no need to "xmkmf -a" and create the Makefiles twice -- see above
+XMKMF= xmkmf
.include <bsd.port.mk>