aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt/portsopt/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ports-mgmt/portsopt/Makefile')
-rw-r--r--ports-mgmt/portsopt/Makefile22
1 files changed, 0 insertions, 22 deletions
diff --git a/ports-mgmt/portsopt/Makefile b/ports-mgmt/portsopt/Makefile
deleted file mode 100644
index 533bb14a253f..000000000000
--- a/ports-mgmt/portsopt/Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
-# Created by: Beat Gaetzi <beat@chruetertee.ch>
-# $FreeBSD$
-
-PORTNAME= portsopt
-PORTVERSION= 1.5
-CATEGORIES= ports-mgmt
-MASTER_SITES= http://www.chruetertee.ch/files/download/
-
-MAINTAINER= beat@FreeBSD.org
-COMMENT= Shows WITH(OUT)-knobs of a port makefile
-
-DEPRECATED= Deprecated by optionsng
-EXPIRATION_DATE= 2015-11-01
-
-NO_BUILD= yes
-
-PLIST_FILES= sbin/portsopt
-
-do-install:
- ${INSTALL_SCRIPT} ${WRKSRC}/portsopt ${STAGEDIR}${PREFIX}/sbin
-
-.include <bsd.port.mk>