summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcelo Araujo <araujo@FreeBSD.org>2007-05-26 14:34:27 +0000
committerMarcelo Araujo <araujo@FreeBSD.org>2007-05-26 14:34:27 +0000
commitb5836b232f53306c635b5c75f7e1d8b93119b3fe (patch)
tree7cfb4be566718c99a0662d917afa990b9e31facc
parent- Update to 1.0.6.10 (diff)
- Take maintainership.
- Removed pkg-plist. - Added PLIST_FILES into Makefile. PR: ports/112335 Submitted by: Pietro Cerutti<gahr@gahr.ch> Approved by: itetcu(mentor)
Notes
Notes: svn path=/head/; revision=191904
-rw-r--r--audio/gmixer/Makefile3
-rw-r--r--audio/gmixer/pkg-plist2
2 files changed, 2 insertions, 3 deletions
diff --git a/audio/gmixer/Makefile b/audio/gmixer/Makefile
index 8e2a49e18bd5..3969cef6fd44 100644
--- a/audio/gmixer/Makefile
+++ b/audio/gmixer/Makefile
@@ -12,12 +12,13 @@ CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= cpiazza
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= gahr@gahr.ch
COMMENT= X11/gtk+ mixer control
ALL_TARGET= gmixer
USE_GNOME= gtk12
+PLIST_FILES= bin/gmixer share/pixmaps/gmixer.xpm
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/gmixer ${PREFIX}/bin
diff --git a/audio/gmixer/pkg-plist b/audio/gmixer/pkg-plist
deleted file mode 100644
index deec029b5a8a..000000000000
--- a/audio/gmixer/pkg-plist
+++ /dev/null
@@ -1,2 +0,0 @@
-bin/gmixer
-share/pixmaps/gmixer.xpm