diff options
author | minskim <minskim@pkgsrc.org> | 2004-05-31 16:47:47 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-05-31 16:47:47 +0000 |
commit | d284d94353ec04310ea5a6482af9857c7ba449b4 (patch) | |
tree | c68874ff86a33cf9d7290b552a8933e80275f8c2 /audio/amp | |
parent | c3488f089b0622b78af59d1bc6366345c633824e (diff) | |
download | pkgsrc-d284d94353ec04310ea5a6482af9857c7ba449b4.tar.gz |
Enable pkgviews installation. Patches provided by Joachim Kuebart on
tech-pkg@.
Diffstat (limited to 'audio/amp')
-rw-r--r-- | audio/amp/Makefile | 6 |
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 |