aboutsummaryrefslogtreecommitdiff
path: root/misc/figlet-fonts/Makefile
diff options
context:
space:
mode:
authorRusmir Dusko <nemysis@FreeBSD.org>2013-11-07 16:59:23 +0000
committerRusmir Dusko <nemysis@FreeBSD.org>2013-11-07 16:59:23 +0000
commit1f1dffc9972d9e816532833fd19aad0eee084ecf (patch)
treebf83a1a535e0eb874ba299426552297c09a3aac7 /misc/figlet-fonts/Makefile
parent323968769141247b40b4b99f2c3b39f1b042ff17 (diff)
downloadports-1f1dffc9972d9e816532833fd19aad0eee084ecf.tar.gz
ports-1f1dffc9972d9e816532833fd19aad0eee084ecf.zip
Notes
Diffstat (limited to 'misc/figlet-fonts/Makefile')
-rw-r--r--misc/figlet-fonts/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/misc/figlet-fonts/Makefile b/misc/figlet-fonts/Makefile
index 4feb9e985d0a..5665d6ae86ee 100644
--- a/misc/figlet-fonts/Makefile
+++ b/misc/figlet-fonts/Makefile
@@ -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>