diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 22:36:49 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 22:36:49 +0000 |
commit | 16f65335a1da8b465551d267919a3c57435fb132 (patch) | |
tree | fe1ec014f58105d3f735793ef91b646bdcbdc39a /ports-mgmt/pkg_cleanup | |
parent | 7de019308714a4657174fe4596e39045f6e8e95c (diff) | |
download | ports-16f65335a1da8b465551d267919a3c57435fb132.tar.gz ports-16f65335a1da8b465551d267919a3c57435fb132.zip |
Notes
Diffstat (limited to 'ports-mgmt/pkg_cleanup')
-rw-r--r-- | ports-mgmt/pkg_cleanup/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/ports-mgmt/pkg_cleanup/Makefile b/ports-mgmt/pkg_cleanup/Makefile index fb35046e84e1..69e705f4c8d5 100644 --- a/ports-mgmt/pkg_cleanup/Makefile +++ b/ports-mgmt/pkg_cleanup/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: pkg_cleanup -# Date created: 02 November 2007 -# Whom: Stephen Hurd <shurd@sasktel.net> -# +# Created by: Stephen Hurd <shurd@sasktel.net> # $FreeBSD$ -# PORTNAME= pkg_cleanup PORTVERSION= 1.1 @@ -19,6 +15,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME} PLIST_FILES= sbin/pkg_cleanup +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${OSVERSION} >= 900000 && ${OSVERSION} < 900038 |