diff options
-rw-r--r-- | astro/google-earth/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/astro/google-earth/Makefile b/astro/google-earth/Makefile index b442129..fea40c7 100644 --- a/astro/google-earth/Makefile +++ b/astro/google-earth/Makefile @@ -62,8 +62,10 @@ do-build: @cd ${WRKSRC} && ${RM} -rf setup.* preuninstall.sh postinstall.sh \ bin/googleearth.orig +.if !defined(WITH_PKGNG) pre-su-install: @${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${WRKSRC} +.endif do-install: ${MKDIR} ${STAGEDIR}${DATADIR} |