freebsd-ports/sysutils/rcadm/Makefile
Mathieu Arnold fb4deed873 Update ports in the remaining categories to not use GH_COMMIT.
With minor cleanups to make things simpler.

With hat:	portmgr
Sponsored by:	Absolight
2015-05-07 20:24:15 +00:00

24 lines
443 B
Makefile

# $FreeBSD$
PORTNAME= rcadm
PORTVERSION= 0.1
CATEGORIES= sysutils
MAINTAINER= reinier@skoef.nl
COMMENT= Utility for adminstrating rc.conf
USE_GITHUB= yes
GH_ACCOUNT= skoef
GH_TAGNAME= 7a1bf44
PLIST_FILES= sbin/${PORTNAME}
do-build:
.for file in ${PORTNAME}
${REINPLACE_CMD} -e 's#/usr/local#${LOCALBASE}#g' ${WRKSRC}/${file}
.endfor
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/sbin
.include <bsd.port.mk>