aboutsummaryrefslogtreecommitdiff
path: root/multimedia/sms1xxx-kmod
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2013-08-29 14:27:20 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2013-08-29 14:27:20 +0000
commit7900034279501abe6156a5b476bedf92f768e802 (patch)
tree65dc1a0925e54741be4806568d95583a583968ec /multimedia/sms1xxx-kmod
parentbd78be73dd37098fe12c84249b26260a97aa8690 (diff)
downloadports-7900034279501abe6156a5b476bedf92f768e802.tar.gz
ports-7900034279501abe6156a5b476bedf92f768e802.zip
- Use IGNORE when PACKAGE_BUILDING; keep pre-fetch as it is creating
the directory to fetch to for the user. With hat: portmgr
Notes
Notes: svn path=/head/; revision=325599
Diffstat (limited to 'multimedia/sms1xxx-kmod')
-rw-r--r--multimedia/sms1xxx-kmod/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/multimedia/sms1xxx-kmod/Makefile b/multimedia/sms1xxx-kmod/Makefile
index 83f856c7320c..c78d1b4e989a 100644
--- a/multimedia/sms1xxx-kmod/Makefile
+++ b/multimedia/sms1xxx-kmod/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: sms1xxx-kmod
-# Date created: 10 February 2010
-# Whom: Ganael Laplanche <ganael.laplanche@martymac.org>
-#
+# Created by: Ganael Laplanche <ganael.laplanche@martymac.org>
# $FreeBSD$
-#
PORTNAME= sms1xxx
PORTVERSION= 20120113
@@ -110,12 +106,16 @@ DISTFILE_INSTRUCTIONS+= \
PLIST_SUB+= PL_NOVA="@comment "
.endif
-pre-fetch:
.if defined(DISTFILE_INSTRUCTIONS)
+.if defined(PACKAGE_BUILDING)
+IGNORE= requires manual fetch
+.else
+pre-fetch:
@${MKDIR} ${DISTDIR}/${DIST_SUBDIR}
@${PRINTF} "${DISTFILE_INSTRUCTIONS}"
@exit 1
.endif
+.endif
post-patch:
@${REINPLACE_CMD} -e 's|SUBDIR=|SUBDIR= ${BUILD_FWS}|' \