summaryrefslogtreecommitdiff
path: root/audio/dap/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/dap/Makefile')
-rw-r--r--audio/dap/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/dap/Makefile b/audio/dap/Makefile
index 0f25adf43a37..c9bade39e979 100644
--- a/audio/dap/Makefile
+++ b/audio/dap/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= dap
-PORTVERSION= 2.1.1
+PORTVERSION= 2.1.2
CATEGORIES= audio
MASTER_SITES= http://www.cee.hw.ac.uk/~richardk/
EXTRACT_SUFX=.tgz
@@ -15,6 +15,7 @@ MAINTAINER= yoshiaki@kt.rim.or.jp
LIB_DEPENDS= xforms.0:${PORTSDIR}/x11-toolkits/xforms
+MAKEFILE= Makefile.linux
USE_X_PREFIX= yes
USE_XPM= yes
@@ -25,7 +26,5 @@ do-install:
${INSTALL_MAN} ${WRKSRC}/COPYING ${WRKSRC}/README \
${WRKSRC}/THANKS ${WRKSRC}/TODO ${PREFIX}/share/doc/DAP/
.endif
-post-install:
- strip ${PREFIX}/bin/DAP
.include <bsd.port.mk>