summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-06-16 12:43:53 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-06-16 12:43:53 +0800
commitf8943e19a992882290a40643c886bde2e94147f7 (patch)
tree8d4c1be63edd5e9f8c6250fe7d72f830476ce48b
parent1c4c15c50a963d4d5603639b6c0b285f0fc6dbef (diff)
downloadmarcuscom-ports-f8943e19a992882290a40643c886bde2e94147f7.tar
marcuscom-ports-f8943e19a992882290a40643c886bde2e94147f7.tar.gz
marcuscom-ports-f8943e19a992882290a40643c886bde2e94147f7.tar.bz2
marcuscom-ports-f8943e19a992882290a40643c886bde2e94147f7.tar.lz
marcuscom-ports-f8943e19a992882290a40643c886bde2e94147f7.tar.xz
marcuscom-ports-f8943e19a992882290a40643c886bde2e94147f7.tar.zst
marcuscom-ports-f8943e19a992882290a40643c886bde2e94147f7.zip
Vacation must have got to me. There's no need to creat a pkg-install
script simply to change file permissions. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@887 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r--x11-fm/nautilus/Makefile4
-rw-r--r--x11-fm/nautilus/pkg-install10
-rw-r--r--x11-fm/nautilus2/Makefile4
-rw-r--r--x11-fm/nautilus2/pkg-install10
4 files changed, 2 insertions, 26 deletions
diff --git a/x11-fm/nautilus/Makefile b/x11-fm/nautilus/Makefile
index 859bba1e9..1fd0f042f 100644
--- a/x11-fm/nautilus/Makefile
+++ b/x11-fm/nautilus/Makefile
@@ -35,8 +35,6 @@ CONFIGURE_ARGS= --with-freetype2-lib-place=${LOCALBASE}/lib \
MAKE_ENV= G_CHARSET_ALIAS="${LOCALBASE}/libdata/charset.alias"
post-install:
-.if !defined(PACKAGE_BUILDING)
- @${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
-.endif
+ @${CHMOD} u+w ${PREFIX}/share/gnome/nautilus/*.desktop
.include <bsd.port.mk>
diff --git a/x11-fm/nautilus/pkg-install b/x11-fm/nautilus/pkg-install
deleted file mode 100644
index 3ab36c4c2..000000000
--- a/x11-fm/nautilus/pkg-install
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/sh
-
-if [ -n "${PACKAGE_BUILDING}" ]; then
- exit 0
-fi
-
-if [ "$2" = "POST-INSTALL" ]; then
- chmod u+w ${PKG_PREFIX}/share/gnome/nautilus/*.desktop
- exit 0
-fi
diff --git a/x11-fm/nautilus2/Makefile b/x11-fm/nautilus2/Makefile
index 859bba1e9..1fd0f042f 100644
--- a/x11-fm/nautilus2/Makefile
+++ b/x11-fm/nautilus2/Makefile
@@ -35,8 +35,6 @@ CONFIGURE_ARGS= --with-freetype2-lib-place=${LOCALBASE}/lib \
MAKE_ENV= G_CHARSET_ALIAS="${LOCALBASE}/libdata/charset.alias"
post-install:
-.if !defined(PACKAGE_BUILDING)
- @${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
-.endif
+ @${CHMOD} u+w ${PREFIX}/share/gnome/nautilus/*.desktop
.include <bsd.port.mk>
diff --git a/x11-fm/nautilus2/pkg-install b/x11-fm/nautilus2/pkg-install
deleted file mode 100644
index 3ab36c4c2..000000000
--- a/x11-fm/nautilus2/pkg-install
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/sh
-
-if [ -n "${PACKAGE_BUILDING}" ]; then
- exit 0
-fi
-
-if [ "$2" = "POST-INSTALL" ]; then
- chmod u+w ${PKG_PREFIX}/share/gnome/nautilus/*.desktop
- exit 0
-fi