aboutsummaryrefslogtreecommitdiff
path: root/astro
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2008-07-16 13:45:34 +0000
committerPav Lucistnik <pav@FreeBSD.org>2008-07-16 13:45:34 +0000
commit0f77a302f0256dba56ee62228bb249d9356cb998 (patch)
tree32f82c6b916d535e7388a213b1f54afd822cb7d5 /astro
parent14612e239dd2449a6e6230b7c42833d50459016e (diff)
downloadports-0f77a302f0256dba56ee62228bb249d9356cb998.tar.gz
ports-0f77a302f0256dba56ee62228bb249d9356cb998.zip
Notes
Diffstat (limited to 'astro')
-rw-r--r--astro/aa/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/astro/aa/Makefile b/astro/aa/Makefile
index ceca4e0ff0b7..127439f86ec6 100644
--- a/astro/aa/Makefile
+++ b/astro/aa/Makefile
@@ -37,10 +37,12 @@ post-patch:
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/aa ${PREFIX}/bin
@${INSTALL_DATA} ${WRKSRC}/aa.ini ${PREFIX}/etc/aa.ini.default
+.if !defined(NOPORTDATA)
@${MKDIR} ${DATADIR}
.for i in ${PORTDATA}
@${INSTALL_DATA} ${WRKSRC}/${i} ${DATADIR}
.endfor
+.endif
post-install:
.if !defined(NOPORTDOCS)