aboutsummaryrefslogtreecommitdiff
path: root/audio/asmix/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/asmix/Makefile')
-rw-r--r--audio/asmix/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/audio/asmix/Makefile b/audio/asmix/Makefile
index 232a595ab09a..fe122e16f238 100644
--- a/audio/asmix/Makefile
+++ b/audio/asmix/Makefile
@@ -1,14 +1,13 @@
-# Created by: mtm@identd.net
-
PORTNAME= asmix
PORTVERSION= 1.5
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= audio afterstep
MASTER_SITES= http://tigr.net/afterstep/download/asmix/ \
http://www.sourcefiles.org/Utilities/Console/A-B/
MAINTAINER= ports@FreeBSD.org
COMMENT= Volume control dock-app for the AfterStep Window Manager
+WWW= https://tigr.net/afterstep/
LICENSE= GPLv2
@@ -19,7 +18,7 @@ CONFIGURE_ARGS= --with-xpm \
--with-xpm-includes=${LOCALBASE}/include \
--with-xpm-library=${LOCALBASE}/lib
-PLIST_FILES= bin/asmix man/man1/asmix.1.gz
+PLIST_FILES= bin/asmix share/man/man1/asmix.1.gz
post-patch:
.for i in asmix.c configure autoconf/config.h.in
@@ -34,6 +33,6 @@ do-install:
(cd ${WRKSRC} && ${INSTALL_PROGRAM} asmix \
${STAGEDIR}${PREFIX}/bin)
(cd ${WRKSRC} && ${INSTALL_MAN} asmix.1 \
- ${STAGEDIR}${MANPREFIX}/man/man1)
+ ${STAGEDIR}${PREFIX}/share/man/man1)
.include <bsd.port.mk>