diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2006-09-03 06:56:04 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2006-09-03 06:56:04 +0000 |
commit | 42acf0871e67021cacba851f1801fec2642eecd8 (patch) | |
tree | 5827303c52a8172994e7ef3e4fc126d8147ae418 /emulators | |
parent | b7de0fa976b44bd812f5e1ad639d0a2b2acebfd9 (diff) | |
download | ports-42acf0871e67021cacba851f1801fec2642eecd8.tar.gz ports-42acf0871e67021cacba851f1801fec2642eecd8.zip |
Notes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/ski/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/emulators/ski/Makefile b/emulators/ski/Makefile index 0e0fa4efc65e..2b724e72d45b 100644 --- a/emulators/ski/Makefile +++ b/emulators/ski/Makefile @@ -20,9 +20,8 @@ EXTRACT_DEPENDS= rpm2cpio.pl:${PORTSDIR}/archivers/rpm2cpio ONLY_FOR_ARCHS= i386 -NOTICE= -- please manually download ${DISTNAME}${EXTRACT_SUFX} from the HP site (http://www.hpl.hp.com/research/linux/ski/download.php) and put it in ${DISTDIR} first. License restrictions disallow automatic downloads and redistribution of the software. -NO_PACKAGE= ${NOTICE} -NO_CDROM= ${NOTICE} +NOTICE= -- please manually download ${DISTNAME}${EXTRACT_SUFX} from the HP site (http://www.hpl.hp.com/research/linux/ski/download.php) and put it in ${DISTDIR} first +RESTRICTED= License restrictions disallow automatic downloads and redistribution of the software. EXTRACT_CMD= rpm2cpio.pl EXTRACT_BEFORE_ARGS= @@ -54,7 +53,7 @@ do-install: .include <bsd.port.pre.mk> -.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) +.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) && !defined(PACKAGE_BUILDING) IGNORE= ${NOTICE} .endif |