diff options
author | jgh <jgh@FreeBSD.org> | 2015-04-02 06:06:12 +0800 |
---|---|---|
committer | jgh <jgh@FreeBSD.org> | 2015-04-02 06:06:12 +0800 |
commit | a1c28d789b2dbd0e726118e8e2c9d3a0a1d63c9b (patch) | |
tree | d26454bc92cd2d5bfd58c6addccc7cafd20aa7ac /ports-mgmt | |
parent | 3780a10141dad1d1120fcbc75c0aac67178d5a5c (diff) | |
download | freebsd-ports-gnome-a1c28d789b2dbd0e726118e8e2c9d3a0a1d63c9b.tar.gz freebsd-ports-gnome-a1c28d789b2dbd0e726118e8e2c9d3a0a1d63c9b.tar.zst freebsd-ports-gnome-a1c28d789b2dbd0e726118e8e2c9d3a0a1d63c9b.zip |
- remove do_nada and unmute installation
Approved by: portmgr (blanket)
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/portconf/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/ports-mgmt/portconf/Makefile b/ports-mgmt/portconf/Makefile index 5826f71223b7..c119b63ac5b1 100644 --- a/ports-mgmt/portconf/Makefile +++ b/ports-mgmt/portconf/Makefile @@ -7,6 +7,7 @@ PORTREVISION= 1 CATEGORIES= ports-mgmt MASTER_SITES= # none DISTFILES= # none +EXTRACT_ONLY= # none MAINTAINER= ale@FreeBSD.org COMMENT= Universal tool to set specific port knobs @@ -16,10 +17,7 @@ SUB_FILES= pkg-message ${PORTNAME}.sh PLIST_FILES= libexec/${PORTNAME} -do-fetch: - @${DO_NADA} - do-install: - @${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}.sh ${STAGEDIR}${PREFIX}/libexec/${PORTNAME} + ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}.sh ${STAGEDIR}${PREFIX}/libexec/${PORTNAME} .include <bsd.port.mk> |