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)
This commit is contained in:
John Baldwin 2010-07-09 20:05:39 +00:00
parent d26c3c5718
commit 27a4ddb9c2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=257569

View file

@ -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>