aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2014-01-04 18:03:25 +0800
committerantoine <antoine@FreeBSD.org>2014-01-04 18:03:25 +0800
commit5d259d488ca4f614df62558c59e0469be202c016 (patch)
tree8e58302b5afa3bed16c885133cf357d3b101d7e6
parent588378305c6c67d3d3fe9b6f1ed77677aa5eb5e6 (diff)
downloadfreebsd-ports-gnome-5d259d488ca4f614df62558c59e0469be202c016.tar.gz
freebsd-ports-gnome-5d259d488ca4f614df62558c59e0469be202c016.tar.zst
freebsd-ports-gnome-5d259d488ca4f614df62558c59e0469be202c016.zip
Stage support
-rw-r--r--audio/mp3rename/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/mp3rename/Makefile b/audio/mp3rename/Makefile
index 71503c049a12..fb17efb3c351 100644
--- a/audio/mp3rename/Makefile
+++ b/audio/mp3rename/Makefile
@@ -12,13 +12,12 @@ COMMENT= Renaming program for MP3 files based on their ID3 tag
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}.orig
-NO_STAGE= yes
PLIST_FILES= bin/mp3rename
do-build:
cd ${WRKSRC} && ${CC} ${CFLAGS} -o mp3rename mp3rename.c
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/mp3rename ${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/mp3rename ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>