summaryrefslogtreecommitdiff
path: root/audio/amp
diff options
context:
space:
mode:
authorminskim <minskim>2004-05-31 16:47:47 +0000
committerminskim <minskim>2004-05-31 16:47:47 +0000
commit5850ad31fff47f819023d49f94a38e79d7efefa1 (patch)
treec68874ff86a33cf9d7290b552a8933e80275f8c2 /audio/amp
parentd739c86fa008f5a4391a77983194de3ead67ec4f (diff)
downloadpkgsrc-5850ad31fff47f819023d49f94a38e79d7efefa1.tar.gz
Enable pkgviews installation. Patches provided by Joachim Kuebart on
tech-pkg@.
Diffstat (limited to 'audio/amp')
-rw-r--r--audio/amp/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/audio/amp/Makefile b/audio/amp/Makefile
index 445caa11079..936fcb0cd4c 100644
--- a/audio/amp/Makefile
+++ b/audio/amp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2004/03/11 18:19:08 xtraeme Exp $
+# $NetBSD: Makefile,v 1.17 2004/05/31 16:47:47 minskim Exp $
#
DISTNAME= amp-0.7.6
@@ -13,9 +13,13 @@ COMMENT= Another mp3 player
NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
USE_BUILDLINK3= yes
GNU_CONFIGURE= yes
+INSTALLATION_DIRS= bin man/man1
+
do-install:
@ ${INSTALL_PROGRAM} ${WRKSRC}/amp ${PREFIX}/bin
@ ${INSTALL_MAN} ${WRKSRC}/amp.1 ${PREFIX}/man/man1