aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt/pkg_add_it
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-09-20 22:36:49 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-09-20 22:36:49 +0000
commit16f65335a1da8b465551d267919a3c57435fb132 (patch)
treefe1ec014f58105d3f735793ef91b646bdcbdc39a /ports-mgmt/pkg_add_it
parent7de019308714a4657174fe4596e39045f6e8e95c (diff)
downloadports-16f65335a1da8b465551d267919a3c57435fb132.tar.gz
ports-16f65335a1da8b465551d267919a3c57435fb132.zip
Notes
Diffstat (limited to 'ports-mgmt/pkg_add_it')
-rw-r--r--ports-mgmt/pkg_add_it/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/ports-mgmt/pkg_add_it/Makefile b/ports-mgmt/pkg_add_it/Makefile
index c883e38a64e4..60e1ab79f151 100644
--- a/ports-mgmt/pkg_add_it/Makefile
+++ b/ports-mgmt/pkg_add_it/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: pkg_add_it
-# Date created: 05 October 2008
-# Whom: Marin Atanasov <dnaeon@gmail.com>
-#
+# Created by: Marin Atanasov <dnaeon@gmail.com>
# $FreeBSD$
-#
PORTNAME= pkg_add_it
PORTVERSION= 1.3.2
@@ -17,6 +13,7 @@ MAN1= pkg_add_it.1
MAN5= pkg_add_it.conf.5
PLIST_FILES= etc/pkg_add_it.conf sbin/pkg_add_it
+NO_STAGE= yes
.include <bsd.port.pre.mk>
PKG_RELEASE!= ${UNAME} -r | ${CUT} -d '-' -f 1,2 | ${SED} -e 's|\.[0-9]*.*|-STABLE|'