diff options
author | minskim <minskim@pkgsrc.org> | 2005-02-23 03:28:49 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2005-02-23 03:28:49 +0000 |
commit | 041cee7da02e66fb0090b780fb9430f0665e9e93 (patch) | |
tree | 27991cbb4c2346dec802573841e54edfcbb77a17 /audio/nspmod | |
parent | eb8f55818717399a60bdecdc16c266d9f8334aad (diff) | |
download | pkgsrc-041cee7da02e66fb0090b780fb9430f0665e9e93.tar.gz |
Enable pkgviews installation. Patches provided by Joachim Kuebart on
tech-pkg@.
Diffstat (limited to 'audio/nspmod')
-rw-r--r-- | audio/nspmod/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/audio/nspmod/Makefile b/audio/nspmod/Makefile index 6aec1e3895f..564b07b28e6 100644 --- a/audio/nspmod/Makefile +++ b/audio/nspmod/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2004/10/28 13:40:52 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2005/02/23 03:28:49 minskim Exp $ # DISTNAME= nspmod-0.1 @@ -9,6 +9,10 @@ MAINTAINER= mycroft@NetBSD.ORG #HOMEPAGE= http://www.jeton.or.jp/users/toru/www/orgsoft/index.html COMMENT= MOD/S3M/MTM tracker that does its own DSP, uses VoxWare v2.90+ +PKG_INSTALLATION_TYPES= overwrite pkgviews + +INSTALLATION_DIRS= bin man/man1 + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/nspmod ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/nspmod.1 ${PREFIX}/man/man1 |