1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00
freebsd-ports/ports-mgmt/portupdate-scan/Makefile
Emanuel Haupt bf1f5c64da - Support staging
- Use shebangfix
2014-02-27 07:37:41 +00:00

30 lines
685 B
Makefile

# Created by: Alex Stangl <alex@stangl.us>
# $FreeBSD$
PORTNAME= portupdate-scan
PORTVERSION= 0.3
CATEGORIES= ports-mgmt
MASTER_SITES= # none
DISTFILES= # none
MAINTAINER= alex@stangl.us
COMMENT= Display pertinent parts of {PORTSDIR}/UPDATING
NO_BUILD= yes
USES= perl5 shebangfix
USE_PERL5= run
PLIST_FILES= sbin/portupdate-scan man/man8/portupdate-scan.8.gz
SHEBANG_FILES= portupdate-scan
SRC= ${.CURDIR}/src
do-extract:
@${MKDIR} ${WRKSRC}
@${CP} ${SRC}/${PORTNAME} ${SRC}/${PORTNAME}.8 ${WRKSRC}
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/sbin
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.8 ${STAGEDIR}${MANPREFIX}/man/man8
.include <bsd.port.mk>