summaryrefslogtreecommitdiff
path: root/audio/dap/Makefile
diff options
context:
space:
mode:
authorDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2001-07-22 03:30:11 +0000
committerDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2001-07-22 03:30:11 +0000
commitef3cad7ecd14e01c737d7f81046b0f8841543e75 (patch)
tree8776cc354ada2a955c2f79941ccb9560440295f9 /audio/dap/Makefile
parentUpdate to 0.5.20 (diff)
Update to 2.1.2
Add PORTDOC compliance PR: 28581 Submitted by: Patrick Li <pat@databits.net> No response: maintainer
Diffstat (limited to '')
-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>