diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 22:24:43 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 22:24:43 +0000 |
commit | 985b201424d63717aa5b6578fece8f2b853d9164 (patch) | |
tree | cc5885e72ecb468c0903137642e832ae5c7dc584 /net-mgmt/lanmap | |
parent | 28bf02d683a6e9edd30f15574a3ae61f0ff5e585 (diff) | |
download | ports-985b201424d63717aa5b6578fece8f2b853d9164.tar.gz ports-985b201424d63717aa5b6578fece8f2b853d9164.zip |
Add NO_STAGE all over the place in preparation for the staging support (cat: net-mgmt)
Notes
Notes:
svn path=/head/; revision=327757
Diffstat (limited to 'net-mgmt/lanmap')
-rw-r--r-- | net-mgmt/lanmap/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/net-mgmt/lanmap/Makefile b/net-mgmt/lanmap/Makefile index c1216bf980dc..d9ff5a68f036 100644 --- a/net-mgmt/lanmap/Makefile +++ b/net-mgmt/lanmap/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: lanmap -# Date created: 2008-08-21 -# Whom: Bapt <baptiste.daroussin@gmail.com> -# # $FreeBSD$ -# PORTNAME= lanmap DISTVERSION= 2006-03-07-rev81 @@ -20,6 +15,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME} GNU_CONFIGURE= yes USE_ZIP= yes +NO_STAGE= yes .include <bsd.port.pre.mk> post-extract: ${CHMOD} 755 ${WRKSRC}/configure |