summaryrefslogtreecommitdiff
path: root/sysutils/mkisofs
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1998-09-04 00:15:45 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1998-09-04 00:15:45 +0000
commitff64c2d6d79aa7b281781f2d4807761b0d125650 (patch)
tree0157358f7e6e933ecb95665f68106be36e49636a /sysutils/mkisofs
parentMan page fix. (diff)
why have a patch, when we have a nob for this in bsd.port.mk
Notes
Notes: svn path=/head/; revision=13002
Diffstat (limited to 'sysutils/mkisofs')
-rw-r--r--sysutils/mkisofs/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/mkisofs/Makefile b/sysutils/mkisofs/Makefile
index 3e17e866dbe5..4502184ec1c5 100644
--- a/sysutils/mkisofs/Makefile
+++ b/sysutils/mkisofs/Makefile
@@ -3,15 +3,16 @@
# Date created: 07 Aug 1996
# Whom: jkh
#
-# $Id: Makefile,v 1.6 1997/10/22 06:13:36 joerg Exp $
+# $Id: Makefile,v 1.7 1998/09/03 18:51:24 obrien Exp $
#
DISTNAME= mkisofs-1.11.3
CATEGORIES= sysutils
MASTER_SITES= ftp://ftp.cdrom.com/pub/linux/tsx-11/packages/mkisofs/
-GNU_CONFIGURE= yes
+GNU_CONFIGURE= yes
MAKE_FLAGS= XCFLAGS='-c -I. ${CFLAGS} -DSYSTEM_ID_DEFAULT=\"FREEBSD\"' -f
+ALL_TARGET= World
MAN8= mkisofs.8
.include <bsd.port.mk>