diff options
author | minskim <minskim> | 2005-02-23 03:28:49 +0000 |
---|---|---|
committer | minskim <minskim> | 2005-02-23 03:28:49 +0000 |
commit | 4d4d72f17eaf6471708c49db27a7a99a6eefe6d0 (patch) | |
tree | 27991cbb4c2346dec802573841e54edfcbb77a17 /audio/snd | |
parent | eef5b1b926b7178d448181ea145a6d2346c993ea (diff) | |
download | pkgsrc-4d4d72f17eaf6471708c49db27a7a99a6eefe6d0.tar.gz |
Enable pkgviews installation. Patches provided by Joachim Kuebart on
tech-pkg@.
Diffstat (limited to 'audio/snd')
-rw-r--r-- | audio/snd/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/audio/snd/Makefile b/audio/snd/Makefile index 054f8f08f0b..8dfffcafafe 100644 --- a/audio/snd/Makefile +++ b/audio/snd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2005/02/21 20:26:08 hubertf Exp $ +# $NetBSD: Makefile,v 1.37 2005/02/23 03:28:49 minskim Exp $ # DISTNAME= snd @@ -13,6 +13,8 @@ COMMENT= X based sound editor NO_SRC_ON_FTP= Already on MASTER_SITE_LOCAL +PKG_INSTALLATION_TYPES= overwrite pkgviews + WRKSRC= ${WRKDIR} USE_BUILDLINK3= YES USE_X11= YES @@ -22,6 +24,8 @@ BUILD_TARGET= snd HTMLDIR= ${PREFIX}/share/doc/html/snd +INSTALLATION_DIRS= bin lib/X11/app-defaults + do-install: cd ${WRKSRC} ; ${INSTALL_PROGRAM} snd ${PREFIX}/bin cd ${WRKSRC} ; ${INSTALL_DATA} Snd.ad ${PREFIX}/lib/X11/app-defaults/Snd |