mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
1c1fd617d1
- Add NO_ARCH - Use MANPREFIX - Update WWW Approved by: portmgr blanket
26 lines
525 B
Makefile
26 lines
525 B
Makefile
# Created by: eivind
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= etcmerge
|
|
PORTVERSION= 0.4
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= # none
|
|
DISTFILES= # none
|
|
|
|
MAINTAINER= portmaster@BSDforge.com
|
|
COMMENT= Automatic 3-way merge of /etc updates
|
|
|
|
LICENSE= NONE
|
|
|
|
NO_BUILD= yes
|
|
NO_ARCH= yes
|
|
NO_WRKSUBDIR= yes
|
|
|
|
PLIST_FILES= man/man8/${PORTNAME}.8.gz sbin/etcmerge
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${FILESDIR}/${PORTNAME}.sh ${STAGEDIR}${PREFIX}/sbin/${PORTNAME}
|
|
${INSTALL_MAN} ${FILESDIR}/${PORTNAME}.8 ${STAGEDIR}${MANPREFIX}/man/man8
|
|
|
|
.include <bsd.port.mk>
|