diff options
author | edwin <edwin@FreeBSD.org> | 2002-11-14 15:20:05 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2002-11-14 15:20:05 +0800 |
commit | f7329fc3eba935774a3bc2dc6700236dc393314b (patch) | |
tree | 231637a8475935744a98af7fd331242ca8dac3ad /misc | |
parent | 9e79dc8c15086941e4ff6ac279ea0c8dfe37196f (diff) | |
download | freebsd-ports-gnome-f7329fc3eba935774a3bc2dc6700236dc393314b.tar.gz freebsd-ports-gnome-f7329fc3eba935774a3bc2dc6700236dc393314b.tar.zst freebsd-ports-gnome-f7329fc3eba935774a3bc2dc6700236dc393314b.zip |
Removed the pre-patch since it didn't change any files.
Noticed by: bento and kris@
Diffstat (limited to 'misc')
-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 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> |