From f8943e19a992882290a40643c886bde2e94147f7 Mon Sep 17 00:00:00 2001 From: marcus Date: Mon, 16 Jun 2003 04:43:53 +0000 Subject: 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 --- x11-fm/nautilus/Makefile | 4 +--- x11-fm/nautilus/pkg-install | 10 ---------- x11-fm/nautilus2/Makefile | 4 +--- x11-fm/nautilus2/pkg-install | 10 ---------- 4 files changed, 2 insertions(+), 26 deletions(-) delete mode 100644 x11-fm/nautilus/pkg-install delete mode 100644 x11-fm/nautilus2/pkg-install (limited to 'x11-fm') 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 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 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 -- cgit v1.2.3