diff options
author | Rene Ladan <rene@FreeBSD.org> | 2015-11-01 21:30:48 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2015-11-01 21:30:48 +0000 |
commit | 9714194672c287ee36399db0461d1604ca11b125 (patch) | |
tree | dbd24bba5620e14f70b91ef7eac190bc61547eb4 /ports-mgmt | |
parent | 94d4d7fdbe9f50ea3ac15eca64bd2dac72a2eae6 (diff) |
Notes
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/Makefile | 1 | ||||
-rw-r--r-- | ports-mgmt/portsopt/Makefile | 22 | ||||
-rw-r--r-- | ports-mgmt/portsopt/distinfo | 2 | ||||
-rw-r--r-- | ports-mgmt/portsopt/pkg-descr | 4 |
4 files changed, 0 insertions, 29 deletions
diff --git a/ports-mgmt/Makefile b/ports-mgmt/Makefile index 70fbc24a14f9..47cf7afa1632 100644 --- a/ports-mgmt/Makefile +++ b/ports-mgmt/Makefile @@ -52,7 +52,6 @@ SUBDIR += portsearch SUBDIR += portshaker SUBDIR += portshaker-config - SUBDIR += portsopt SUBDIR += portsreinstall SUBDIR += porttools SUBDIR += porttree 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> diff --git a/ports-mgmt/portsopt/distinfo b/ports-mgmt/portsopt/distinfo deleted file mode 100644 index 03eab9337085..000000000000 --- a/ports-mgmt/portsopt/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (portsopt-1.5.tar.gz) = 96ca5119f419d3ac691527c882e999ddb46952ebbed947b4847b4a44ecea16a7 -SIZE (portsopt-1.5.tar.gz) = 1160 diff --git a/ports-mgmt/portsopt/pkg-descr b/ports-mgmt/portsopt/pkg-descr deleted file mode 100644 index 8829487bfe80..000000000000 --- a/ports-mgmt/portsopt/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Shows WITH(OUT)-knobs of a port makefile and if you want also the knobs of -all port dependencies. - -WWW: http://www.chruetertee.ch/portsopt/ |