aboutsummaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2024-01-23 14:12:16 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2024-01-23 14:12:16 +0000
commit19d0591ba1dfaffee898cfd4b36cd7f83ede3003 (patch)
tree9d1dcdfd2d4ce6ee97aea62a59d9a9cf431d5bc9 /audio
parent19bc22b9429f54e1e7c588f961ac7520fd39e3bc (diff)
downloadports-19d0591ba1dfaffee898cfd4b36cd7f83ede3003.tar.gz
ports-19d0591ba1dfaffee898cfd4b36cd7f83ede3003.zip
Diffstat (limited to 'audio')
-rw-r--r--audio/mikmod/Makefile14
1 files changed, 8 insertions, 6 deletions
diff --git a/audio/mikmod/Makefile b/audio/mikmod/Makefile
index e3060471c5e6..e7825237252e 100644
--- a/audio/mikmod/Makefile
+++ b/audio/mikmod/Makefile
@@ -1,5 +1,6 @@
PORTNAME= mikmod
-PORTVERSION= 3.2.8
+DISTVERSION= 3.2.8
+PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= SF \
LOCAL/ehaupt
@@ -12,12 +13,13 @@ LICENSE= GPLv2
LIB_DEPENDS= libmikmod.so:audio/libmikmod
-USES= gmake ncurses
-GNU_CONFIGURE= yes
+USES= gmake ncurses
+GNU_CONFIGURE= yes
+GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
-PLIST_FILES= bin/mikmod \
- man/man1/mikmod.1.gz \
- %%DATADIR%%/mikmodrc
+PLIST_FILES= %%DATADIR%%/mikmodrc \
+ bin/mikmod \
+ share/man/man1/mikmod.1.gz
PORTDOCS= AUTHORS NEWS README
OPTIONS_DEFINE= DOCS