aboutsummaryrefslogtreecommitdiffstats
path: root/audio/flac123
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2009-06-02 08:39:14 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2009-06-02 08:39:14 +0800
commit8238ee948a3145c03af4106152733ce42a38e9ab (patch)
tree628e23eb48bbf9427125faf31ff3184a4a3ea1f2 /audio/flac123
parent1be01b8388aa24356783b3ef29ad3cc3d7d911a0 (diff)
downloadfreebsd-ports-gnome-8238ee948a3145c03af4106152733ce42a38e9ab.tar.gz
freebsd-ports-gnome-8238ee948a3145c03af4106152733ce42a38e9ab.tar.zst
freebsd-ports-gnome-8238ee948a3145c03af4106152733ce42a38e9ab.zip
- Respect LOCALBASE
Reported by: QATty
Diffstat (limited to 'audio/flac123')
-rw-r--r--audio/flac123/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/audio/flac123/Makefile b/audio/flac123/Makefile
index 5388104bdcc2..dcfd9a8c2f6b 100644
--- a/audio/flac123/Makefile
+++ b/audio/flac123/Makefile
@@ -7,7 +7,7 @@
PORTNAME= flac123
PORTVERSION= 0.0.11
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= audio
MASTER_SITES= SF/flac-tools
@@ -24,6 +24,10 @@ GNU_CONFIGURE= yes
PORTDOCS= README.remote
PLIST_FILES= bin/flac123
+post-patch:
+ @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' \
+ ${WRKSRC}/configure
+
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}