diff options
author | edwin <edwin@FreeBSD.org> | 2002-11-14 07:20:05 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2002-11-14 07:20:05 +0000 |
commit | f7329fc3eba935774a3bc2dc6700236dc393314b (patch) | |
tree | 231637a8475935744a98af7fd331242ca8dac3ad /misc/libelysium | |
parent | 9e79dc8c15086941e4ff6ac279ea0c8dfe37196f (diff) | |
download | FreeBSD-ports-f7329fc3eba935774a3bc2dc6700236dc393314b.zip FreeBSD-ports-f7329fc3eba935774a3bc2dc6700236dc393314b.tar.gz |
Removed the pre-patch since it didn't change any files.
Noticed by: bento and kris@
Diffstat (limited to 'misc/libelysium')
-rw-r--r-- | misc/libelysium/Makefile | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/misc/libelysium/Makefile b/misc/libelysium/Makefile index ab6035f..9aef685 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> |