diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-07-16 13:45:34 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-07-16 13:45:34 +0000 |
commit | 0f77a302f0256dba56ee62228bb249d9356cb998 (patch) | |
tree | 32f82c6b916d535e7388a213b1f54afd822cb7d5 /astro | |
parent | 14612e239dd2449a6e6230b7c42833d50459016e (diff) | |
download | ports-0f77a302f0256dba56ee62228bb249d9356cb998.tar.gz ports-0f77a302f0256dba56ee62228bb249d9356cb998.zip |
Notes
Diffstat (limited to 'astro')
-rw-r--r-- | astro/aa/Makefile | 2 |
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) |