diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-06-16 12:43:53 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-06-16 12:43:53 +0800 |
commit | f8943e19a992882290a40643c886bde2e94147f7 (patch) | |
tree | 8d4c1be63edd5e9f8c6250fe7d72f830476ce48b /x11-fm/nautilus2/Makefile | |
parent | 1c4c15c50a963d4d5603639b6c0b285f0fc6dbef (diff) | |
download | marcuscom-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
Diffstat (limited to 'x11-fm/nautilus2/Makefile')
-rw-r--r-- | x11-fm/nautilus2/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
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> |