aboutsummaryrefslogtreecommitdiff
path: root/deskutils/gnomepim/Makefile
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2000-08-04 01:19:21 +0000
committerAde Lovett <ade@FreeBSD.org>2000-08-04 01:19:21 +0000
commit38ae599271006aa4aa581f0b03a8a5014fcf143d (patch)
tree1a1f5120bedb0bac581913ebf46122f0c3c9a656 /deskutils/gnomepim/Makefile
parentc75a39648143baed64ef95c3314123a70205e5f6 (diff)
downloadports-38ae599271006aa4aa581f0b03a8a5014fcf143d.tar.gz
ports-38ae599271006aa4aa581f0b03a8a5014fcf143d.zip
Notes
Diffstat (limited to 'deskutils/gnomepim/Makefile')
-rw-r--r--deskutils/gnomepim/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/deskutils/gnomepim/Makefile b/deskutils/gnomepim/Makefile
index 97587191e04a..cafdfe23a1a9 100644
--- a/deskutils/gnomepim/Makefile
+++ b/deskutils/gnomepim/Makefile
@@ -41,6 +41,13 @@ pre-extract:
@${ECHO} "You can add gnomepilot support by defining WITH_GNOMEPILOT"
.endif
+post-extract:
+ @${PERL} -pi -e 's|-lpthread|-pthread|g ; \
+ s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
+ @find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \
+ 's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \
+ s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g'
+
.if defined(WITH_GNOMEPILOT)
post-install:
@${CAT} ${PKGDIR}/PLIST.pilot >> ${TMPPLIST}