diff options
author | bapt <bapt@FreeBSD.org> | 2014-09-01 21:03:25 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-09-01 21:03:25 +0800 |
commit | 90c29cca255cfd1665d8132e185fa401329ad673 (patch) | |
tree | b8124e1b26d3492a2efdf76a075756366da04991 /astro | |
parent | d0966178b740c628954c7eb37143a02d12fefe0e (diff) | |
download | freebsd-ports-gnome-90c29cca255cfd1665d8132e185fa401329ad673.tar.gz freebsd-ports-gnome-90c29cca255cfd1665d8132e185fa401329ad673.tar.zst freebsd-ports-gnome-90c29cca255cfd1665d8132e185fa401329ad673.zip |
Remove support for pkg_install
Merge back bsd.pkgng.mk into bsd.port.mk
Add a note about @stopdaemon not being supported anymore
With hat: portmgr
Differential Revision: https://reviews.freebsd.org/D693
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 |