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/ipcalc | |
parent | Add NO_STAGE all over the place in preparation for the staging support (cat: ... (diff) |
Add NO_STAGE all over the place in preparation for the staging support (cat: net-mgmt)
Diffstat (limited to 'net-mgmt/ipcalc')
-rw-r--r-- | net-mgmt/ipcalc/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/net-mgmt/ipcalc/Makefile b/net-mgmt/ipcalc/Makefile index 8ea12b94d411..2ee9a829714f 100644 --- a/net-mgmt/ipcalc/Makefile +++ b/net-mgmt/ipcalc/Makefile @@ -1,8 +1,4 @@ -# ex:ts=8 -# New ports collection makefile for: ipcalc -# Date created: May 21, 2001 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ PORTNAME= ipcalc @@ -18,6 +14,7 @@ PLIST_FILES= bin/ipcalc NO_BUILD= yes USES= perl5 +NO_STAGE= yes do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/${PORTNAME} |