diff options
Diffstat (limited to 'astro')
-rw-r--r-- | astro/google-earth/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/astro/google-earth/Makefile b/astro/google-earth/Makefile index fea40c7b1d66..8b4a1001e2d8 100644 --- a/astro/google-earth/Makefile +++ b/astro/google-earth/Makefile @@ -62,11 +62,6 @@ 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} ${MKDIR} ${STAGEDIR}${PREFIX}/share/mime/packages |