summaryrefslogtreecommitdiffstats
path: root/emulators
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2006-09-03 06:56:04 +0000
committerkris <kris@FreeBSD.org>2006-09-03 06:56:04 +0000
commitd61b496584cc8e1866ac0938bb75247d3afec23a (patch)
tree1e6831a98c2108603200a619375b8e1b0ea8001a /emulators
parentd095d4fc4d8b76c5b23219aa094932f1306db068 (diff)
downloadFreeBSD-ports-d61b496584cc8e1866ac0938bb75247d3afec23a.zip
FreeBSD-ports-d61b496584cc8e1866ac0938bb75247d3afec23a.tar.gz
NO_PACKAGE and NO_CDROM are superfluous. Allow package builds.
Diffstat (limited to 'emulators')
-rw-r--r--emulators/ski/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/emulators/ski/Makefile b/emulators/ski/Makefile
index 0e0fa4e..2b724e7 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
OpenPOWER on IntegriCloud