summaryrefslogtreecommitdiff
path: root/misc/libelysium
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2002-11-14 07:20:05 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2002-11-14 07:20:05 +0000
commitfeb9f3a962433349a725b75b7f6a72958ccdb608 (patch)
treeabeaad232ae4103e4d6d7710375e202e0fe00ddb /misc/libelysium
parentCannaserver now has the -u option which allow you to specify who should (diff)
Removed the pre-patch since it didn't change any files.
Noticed by: bento and kris@
Notes
Notes: svn path=/head/; revision=70076
Diffstat (limited to 'misc/libelysium')
-rw-r--r--misc/libelysium/Makefile7
1 files changed, 0 insertions, 7 deletions
diff --git a/misc/libelysium/Makefile b/misc/libelysium/Makefile
index ab6035ffdee3..9aef685d1e0a 100644
--- a/misc/libelysium/Makefile
+++ b/misc/libelysium/Makefile
@@ -20,11 +20,4 @@ USE_REINPLACE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
-pre-patch:
- @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
- s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
- @find ${WRKSRC} -name "Makefile.in" | xargs ${REINPLACE_CMD} -pi -e \
- 's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \
- s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g'
-
.include <bsd.port.mk>