diff options
author | Juergen Lock <nox@FreeBSD.org> | 2014-05-20 19:14:06 +0000 |
---|---|---|
committer | Juergen Lock <nox@FreeBSD.org> | 2014-05-20 19:14:06 +0000 |
commit | 886bfbbeaf3d4a0ad0852470fd6fcd6b8d19cbc1 (patch) | |
tree | 90616a7bfda0e25f124a24aedc0ad1f618a52ef1 /astro/google-earth/Makefile | |
parent | d9056fd9ebb9baf88d1f54baf151e2836fa3c677 (diff) | |
download | ports-886bfbbeaf3d4a0ad0852470fd6fcd6b8d19cbc1.tar.gz ports-886bfbbeaf3d4a0ad0852470fd6fcd6b8d19cbc1.zip |
Notes
Diffstat (limited to 'astro/google-earth/Makefile')
-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 b442129bbda5..fea40c7b1d66 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} |