aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2010-07-10 04:05:39 +0800
committerjhb <jhb@FreeBSD.org>2010-07-10 04:05:39 +0800
commit3f6627c000e62f77207333887e74eadbd91548cc (patch)
tree0e9f4475b8c6d45d23b6e29e737f83f945c6e469 /sysutils
parentbb8be73d3afbae648375e135709647a55f088658 (diff)
downloadfreebsd-ports-gnome-3f6627c000e62f77207333887e74eadbd91548cc.tar.gz
freebsd-ports-gnome-3f6627c000e62f77207333887e74eadbd91548cc.tar.zst
freebsd-ports-gnome-3f6627c000e62f77207333887e74eadbd91548cc.zip
Some cleanups inspired by the review of the etcupdate port.
- Remove textproc category. - Purge empty do-fetch target. - Don't hide installation steps in do-install target. Suggested by: dougb (1, 2)
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/etcmerge/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/sysutils/etcmerge/Makefile b/sysutils/etcmerge/Makefile
index 14f031b3de6f..c42503f882cf 100644
--- a/sysutils/etcmerge/Makefile
+++ b/sysutils/etcmerge/Makefile
@@ -10,7 +10,7 @@
PORTNAME= etcmerge
PORTVERSION= 0.4
PORTREVISION= 0
-CATEGORIES= sysutils textproc
+CATEGORIES= sysutils
MASTER_SITES= # none
DISTFILES= # none
@@ -25,11 +25,8 @@ SRC= ${.CURDIR}/src
MAN8= ${PORTNAME}.8
PLIST_FILES= sbin/etcmerge
-do-fetch:
- @${DO_NADA}
-
do-install:
- @${INSTALL_SCRIPT} ${SRC}/${PORTNAME}.sh ${PREFIX}/sbin/${PORTNAME}
- @${INSTALL_MAN} ${SRC}/${PORTNAME}.8 ${PREFIX}/man/man8
+ ${INSTALL_SCRIPT} ${SRC}/${PORTNAME}.sh ${PREFIX}/sbin/${PORTNAME}
+ ${INSTALL_MAN} ${SRC}/${PORTNAME}.8 ${PREFIX}/man/man8
.include <bsd.port.mk>