aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoradamw <adamw@FreeBSD.org>2003-06-17 03:50:24 +0800
committeradamw <adamw@FreeBSD.org>2003-06-17 03:50:24 +0800
commit943b8c97354b2ae76d80dbccdcb7e545826e59dd (patch)
treeaa228fadeb5a371cd415bed201589a14919f648b
parente004635807d3d6420f31ca7634ba8f86ca21a854 (diff)
downloadfreebsd-ports-gnome-943b8c97354b2ae76d80dbccdcb7e545826e59dd.tar.gz
freebsd-ports-gnome-943b8c97354b2ae76d80dbccdcb7e545826e59dd.tar.zst
freebsd-ports-gnome-943b8c97354b2ae76d80dbccdcb7e545826e59dd.zip
Remove a REINPLACE present in gnomehack.
-rw-r--r--audio/libaudiofile/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/audio/libaudiofile/Makefile b/audio/libaudiofile/Makefile
index e5c36d017c78..4e19b4395f3b 100644
--- a/audio/libaudiofile/Makefile
+++ b/audio/libaudiofile/Makefile
@@ -19,13 +19,9 @@ COMMENT= A sound library for SGI audio file
BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig
RUN_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig
-USE_REINPLACE= yes
+USE_GNOME= gnomehack
INSTALLS_SHLIB= yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
-pre-patch:
- @find ${WRKSRC} -name "Makefile.in" | xargs ${REINPLACE_CMD} -e \
- 's|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g'
-
.include <bsd.port.mk>