diff options
-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) |