aboutsummaryrefslogtreecommitdiffstats
path: root/games/linux-ssamtfe
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2014-03-08 22:35:25 +0800
committerantoine <antoine@FreeBSD.org>2014-03-08 22:35:25 +0800
commita52cdf59dfbd9bf1e604f93351d59e06fc260e64 (patch)
treea4cf0f0e116f9b653ceb28c6a0b041d1781884e6 /games/linux-ssamtfe
parent3c53585b2e2f51a90dc241ebd97ed306e7892c1e (diff)
downloadfreebsd-ports-gnome-a52cdf59dfbd9bf1e604f93351d59e06fc260e64.tar.gz
freebsd-ports-gnome-a52cdf59dfbd9bf1e604f93351d59e06fc260e64.tar.zst
freebsd-ports-gnome-a52cdf59dfbd9bf1e604f93351d59e06fc260e64.zip
Ignore if CDROM_MOUNT is not set
Diffstat (limited to 'games/linux-ssamtfe')
-rw-r--r--games/linux-ssamtfe/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/games/linux-ssamtfe/Makefile b/games/linux-ssamtfe/Makefile
index 20000d98b869..9559486a5cac 100644
--- a/games/linux-ssamtfe/Makefile
+++ b/games/linux-ssamtfe/Makefile
@@ -24,6 +24,10 @@ RESTRICTED= Redistribution is limited, see license
PORTDOCS= README.liflg ShellSymbols.txt changes.txt notes.txt
SUB_FILES= pkg-message
+.if !defined(CDROM_MOUNT)
+IGNORE= ${PKGNAME} requires CDROM_MOUNT set to mount point of CD
+.endif
+
NO_STAGE= yes
.include <bsd.port.options.mk>
@@ -57,10 +61,6 @@ post-patch:
-e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/bin/${PORTNAME}
do-install:
-.if !defined(CDROM_MOUNT)
- @${ECHO_CMD} "${PKGNAME} requires CDROM_MOUNT set to mount point of CD"
- @${FALSE}
-.endif
.if !exists(${CDROM_MOUNT}/Install/Mods/SeriousSamTbn.tex)
@${ECHO_CMD} "${PKGNAME} requires a retail First Encounter disc"
@${FALSE}