diff options
author | agc <agc> | 1997-10-29 12:26:14 +0000 |
---|---|---|
committer | agc <agc> | 1997-10-29 12:26:14 +0000 |
commit | 6afab160dcf93c0463b4fd2856109e3817d55f6f (patch) | |
tree | f888ec537b809767d5b96bdebb9212ac7ce01b7a /sysutils/mkisofs | |
parent | 7b55ed27d235b2131b7f42750f2ef0ed50d36160 (diff) | |
download | pkgsrc-6afab160dcf93c0463b4fd2856109e3817d55f6f.tar.gz |
Add NetBSD RCS Id.
Don't hardcode the system name.
Diffstat (limited to 'sysutils/mkisofs')
-rw-r--r-- | sysutils/mkisofs/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/sysutils/mkisofs/Makefile b/sysutils/mkisofs/Makefile index 39f41458dbd..4f26502c1b0 100644 --- a/sysutils/mkisofs/Makefile +++ b/sysutils/mkisofs/Makefile @@ -1,17 +1,18 @@ # New ports collection makefile for: mkisofs -# Version required: 1.10 +# Version required: 1.11 # Date created: 07 Aug 1996 # Whom: jkh # +# $NetBSD: Makefile,v 1.2 1997/10/29 12:26:14 agc Exp $ # FreeBSD Id: Makefile,v 1.5 1997/04/28 11:30:44 joerg Exp # -DISTNAME= mkisofs-1.10 +DISTNAME= mkisofs-1.11 CATEGORIES= sysutils MASTER_SITES= ftp://ftp.cdrom.com/pub/linux/tsx-11/packages/mkisofs/ -GNU_CONFIGURE= yes -MAKE_FLAGS= XCFLAGS='-c -I. ${CFLAGS} -DSYSTEM_ID_DEFAULT=\"FREEBSD\"' -f +GNU_CONFIGURE= yes +MAKE_FLAGS= XCFLAGS='-c -I. ${CFLAGS} -DSYSTEM_ID_DEFAULT=\"'`uname -s | tr [a-z] [A-Z]`'\"' -f MAN8= mkisofs.8 .include <bsd.port.mk> |