- Change maintainer email to @FreeBSD.org

- Support STAGEDIR

Approved by:	pawel / wg (mentors, implicit)
This commit is contained in:
Rusmir Dusko 2013-11-07 16:59:23 +00:00
parent 3239687691
commit 1f1dffc997
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=333141

View File

@ -8,7 +8,7 @@ MASTER_SITES= ftp://ftp.figlet.org/pub/figlet/fonts/
DISTFILES= contributed.tar.gz international.tar.gz
DIST_SUBDIR= figlet
MAINTAINER= nemysis@gmx.ch
MAINTAINER= nemysis@FreeBSD.org
COMMENT= Assorted fonts for the figlet(6) program
RUN_DEPENDS= figlet:${PORTSDIR}/misc/figlet
@ -19,7 +19,6 @@ NO_WRKSUBDIR= yes
DATADIR= ${PREFIX}/share/figlet
PLIST_SUB= DATADIR=${DATADIR:S|^${PREFIX}/||}
NO_STAGE= yes
post-extract:
@cd ${WRKDIR}/contributed && \
${TAR} xf Obanner-canon.tgz -C ${WRKDIR}/contributed/ && \
@ -41,7 +40,7 @@ post-extract:
do-install:
.for f in contributed international
@cd ${WRKDIR}/${f} && ${COPYTREE_SHARE} \* ${DATADIR}
@cd ${WRKDIR}/${f} && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}
.endfor
.include <bsd.port.mk>