diff options
author | jmmv <jmmv> | 2003-01-27 12:31:28 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2003-01-27 12:31:28 +0000 |
commit | 469fc9d79c8c45f0bbcd72c86bec162f31be6642 (patch) | |
tree | d45678f8a4d4d556aada73400c02c62a7a6fcfab /audio/yamt | |
parent | 558fc44429500df22411414943fa7d31562e4a30 (diff) | |
download | pkgsrc-469fc9d79c8c45f0bbcd72c86bec162f31be6642.tar.gz |
Depend on gnome1-dirs to handle shared directories. Bump PKGREVISION.
Diffstat (limited to 'audio/yamt')
-rw-r--r-- | audio/yamt/Makefile | 4 | ||||
-rw-r--r-- | audio/yamt/PLIST | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/audio/yamt/Makefile b/audio/yamt/Makefile index 9362983db9a..40d44ac111f 100644 --- a/audio/yamt/Makefile +++ b/audio/yamt/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2002/11/30 11:46:07 salo Exp $ +# $NetBSD: Makefile,v 1.4 2003/01/27 12:31:30 jmmv Exp $ DISTNAME= yamt-0.5 +PKGREVISION= 1 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=yamt/} @@ -16,5 +17,6 @@ USE_X11BASE= yes USE_GMAKE= yes GNU_CONFIGURE= yes +.include "../../misc/gnome1-dirs/buildlink2.mk" .include "../../x11/gnome-libs/buildlink2.mk" .include "../../mk/bsd.pkg.mk" diff --git a/audio/yamt/PLIST b/audio/yamt/PLIST index b034647d804..8361d415810 100644 --- a/audio/yamt/PLIST +++ b/audio/yamt/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2002/12/09 16:01:13 tron Exp $ +@comment $NetBSD: PLIST,v 1.3 2003/01/27 12:31:30 jmmv Exp $ bin/yamt share/gnome/apps/Applications/yamt.desktop share/gnome/help/yamt/C/about.html @@ -30,4 +30,4 @@ share/pixmaps/yamt/yamt-logo.png @dirrm share/pixmaps/yamt @dirrm share/gnome/help/yamt/C @dirrm share/gnome/help/yamt -@unexec ${RMDIR} -p %D/share/gnome/apps/Applications 2> /dev/null || ${TRUE} +@comment in gnome-dirs: @dirrm share/gnome/apps/Applications |