opnsense-ports/shells/shell-include/Makefile
Franco Fichtner a7f0349df9 */*: sync with upstream
Taken from: FreeBSD
2015-05-10 11:31:06 +02:00

27 lines
549 B
Makefile

# Created by: Zane C. Bowers
# $FreeBSD$
PORTNAME= shell-include
PORTVERSION= 0.1.2
PORTREVISION= 1
CATEGORIES= shells devel
MASTER_SITES= http://vvelox.net/src/shell-include/
MAINTAINER= vvelox@vvelox.net
COMMENT= Include system for shell scripts
USES= perl5
USES= perl5 tar:tgz
USE_PERL5= build
NO_BUILD= yes
post-patch:
@${REINPLACE_CMD} -e 's|/usr/local/bin/pod2man|${LOCALBASE}/bin/pod2man|' \
${WRKSRC}/install
do-install:
cd ${WRKSRC}/ ; ${SETENV} DESTDIR=${STAGEDIR} \
${SH} ${WRKSRC}/install ${PREFIX}
.include <bsd.port.mk>