aboutsummaryrefslogtreecommitdiff
path: root/audio/id3mtag
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-09-23 22:27:41 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-09-23 22:27:41 +0000
commitaff72584a0a9c0befa7898a13611b0138326d58e (patch)
tree16d36b64414d8e82f87fa7dfc9ef816463606579 /audio/id3mtag
parent862a7b9253854fcc5ee8b55815523ac8331cc4b5 (diff)
downloadports-aff72584a0a9c0befa7898a13611b0138326d58e.tar.gz
ports-aff72584a0a9c0befa7898a13611b0138326d58e.zip
Remove useless mkdir which was violating stagedir
Notes
Notes: svn path=/head/; revision=369132
Diffstat (limited to 'audio/id3mtag')
-rw-r--r--audio/id3mtag/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/audio/id3mtag/Makefile b/audio/id3mtag/Makefile
index ede589f6a69d..636040187c20 100644
--- a/audio/id3mtag/Makefile
+++ b/audio/id3mtag/Makefile
@@ -23,7 +23,6 @@ PORTDOCS= README CHANGES
OPTIONS_DEFINE= DOCS
do-install:
- ${MKDIR} ${PREFIX}/bin ${STAGEDIR}${MANPREFIX}/man/man1
${INSTALL_PROGRAM} ${WRKSRC}/id3 ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/id3.man ${STAGEDIR}${MANPREFIX}/man/man1/id3.1
${MKDIR} ${STAGEDIR}${DOCSDIR}