diff options
author | marcus <marcus@FreeBSD.org> | 2003-06-16 12:51:55 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-06-16 12:51:55 +0800 |
commit | c33ac8c8d2de46396f11898f178e382c527fadb9 (patch) | |
tree | 6a7ec3deec6e9f7be187ff42241b2186ff757ef7 /mail/evolution/Makefile | |
parent | f2f3bb05c696aae1d309420c9fe92165f0a7c942 (diff) | |
download | freebsd-ports-gnome-c33ac8c8d2de46396f11898f178e382c527fadb9.tar.gz freebsd-ports-gnome-c33ac8c8d2de46396f11898f178e382c527fadb9.tar.zst freebsd-ports-gnome-c33ac8c8d2de46396f11898f178e382c527fadb9.zip |
There's no need for a pkg-install script. The work can be done with a
simple post-install.
Diffstat (limited to 'mail/evolution/Makefile')
-rw-r--r-- | mail/evolution/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/mail/evolution/Makefile b/mail/evolution/Makefile index 6d320c1ed498..dad196f80877 100644 --- a/mail/evolution/Makefile +++ b/mail/evolution/Makefile @@ -93,11 +93,7 @@ pre-configure: # End of the DB3 stuff post-install: - @${SED} -e 's|%%X11BASE%%|${X11BASE}|; \ - s|%%LOCALBASE%%|${LOCALBASE}|' < ${FILESDIR}/pkg-install.in \ - > ${PKGINSTALL} -.if !defined(PACKAGE_BUILDING) - @${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL -.endif + @${FIND} ${PREFIX}/share/gnome/evolution/${EVO_VERSION}/default_user \ + -type f | ${XARGS} ${CHMOD} 0644 .include <bsd.port.mk> |