aboutsummaryrefslogtreecommitdiff
path: root/audio/mp3info
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-09-20 14:36:35 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-09-20 14:36:35 +0000
commit183c2ed74f9ba597bfdcd691c599804d7f5a3e4c (patch)
treec26e051ce9bb507a30f037e71492dd46999e8dee /audio/mp3info
parent74489ba18d448cba23df3964a916d5d92aafbefc (diff)
downloadports-183c2ed74f9ba597bfdcd691c599804d7f5a3e4c.tar.gz
ports-183c2ed74f9ba597bfdcd691c599804d7f5a3e4c.zip
Notes
Diffstat (limited to 'audio/mp3info')
-rw-r--r--audio/mp3info/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/audio/mp3info/Makefile b/audio/mp3info/Makefile
index 42b826b268c7..870a6ddd15e6 100644
--- a/audio/mp3info/Makefile
+++ b/audio/mp3info/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: mp3info
-# Date created: 19 June 1998
-# Whom: Andrey Zakhvatov
-#
+# Created by: Andrey Zakhvatov
# $FreeBSD$
-#
PORTNAME= mp3info
PORTVERSION= 0.8.5
@@ -29,10 +25,10 @@ PLIST_FILES= bin/mp3info \
%%WITH_GTK%%bin/gmp3info
MAN1= mp3info.1
+NO_STAGE= yes
ALL_TARGET= doc mp3info
-.include <bsd.port.pre.mk>
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MGTK2}
@@ -55,4 +51,4 @@ do-install:
.endfor
.endif
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>