diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/rsmb/Makefile | 17 |
1 files changed, 4 insertions, 13 deletions
diff --git a/net/rsmb/Makefile b/net/rsmb/Makefile index 44890e6ae14b..66fadea254a1 100644 --- a/net/rsmb/Makefile +++ b/net/rsmb/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: rsmb -# Date created: 9 Nov 2009 -# Whom: Andrew Stevenson <andrew@ugh.net.au> -# +# Created by: Andrew Stevenson <andrew@ugh.net.au> # $FreeBSD$ -# PORTNAME= rsmb PORTVERSION= 1.1.0 @@ -29,14 +25,9 @@ PLIST_SUB= PORTVERSION=${PORTVERSION} .include <bsd.port.pre.mk> -.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) && !defined(PACKAGE_BUILDING) -DISTFILE_INSTRUCTIONS= ${RESTRICTED} -.endif - -pre-fetch: -.if defined(DISTFILE_INSTRUCTIONS) - @${PRINTF} "${DISTFILE_INSTRUCTIONS}" - @${FALSE} +.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) +ECHO_MSG= ${PRINTF} +IGNORE= ${RESTRICTED} .endif do-install: |