summaryrefslogtreecommitdiff
path: root/audio/aumix
diff options
context:
space:
mode:
authorTrevor Johnson <trevor@FreeBSD.org>2004-01-22 13:34:58 +0000
committerTrevor Johnson <trevor@FreeBSD.org>2004-01-22 13:34:58 +0000
commit59b31757af43f6c1b98827baf29fcab56356c25d (patch)
treec79404ed3d470f46e8d5e86c0ca46e0329fa690d /audio/aumix
parentUse the SORT macro defined in bsd.port.mk. (diff)
Use PLIST_DIRS and PLIST_FILES macros.
PR: 59909
Notes
Notes: svn path=/head/; revision=98802
Diffstat (limited to 'audio/aumix')
-rw-r--r--audio/aumix/Makefile9
-rw-r--r--audio/aumix/pkg-plist23
2 files changed, 8 insertions, 24 deletions
diff --git a/audio/aumix/Makefile b/audio/aumix/Makefile
index b12893154839..3345a2ac819c 100644
--- a/audio/aumix/Makefile
+++ b/audio/aumix/Makefile
@@ -29,7 +29,14 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
MAN1= aumix.1 xaumix.1
-
+PLIST_DIRS= share/aumix
+PLIST_FILES= bin/aumix bin/mute bin/xaumix
+.for ii in ansi aumix.xpm fadein.set fadeout.set vt100 xterm
+PLIST_FILES+= share/aumix/${ii}
+.endfor
+.for ii in de el es fr gl ja nl pl pt_BR ru sv uk zh_CN
+PLIST_FILES+= share/locale/${ii}/LC_MESSAGES/aumix.mo
+.endfor
.include <bsd.port.pre.mk>
pre-extract:
diff --git a/audio/aumix/pkg-plist b/audio/aumix/pkg-plist
deleted file mode 100644
index 85af6865df86..000000000000
--- a/audio/aumix/pkg-plist
+++ /dev/null
@@ -1,23 +0,0 @@
-bin/aumix
-bin/mute
-bin/xaumix
-share/aumix/ansi
-share/aumix/aumix.xpm
-share/aumix/fadein.set
-share/aumix/fadeout.set
-share/aumix/vt100
-share/aumix/xterm
-share/locale/de/LC_MESSAGES/aumix.mo
-share/locale/el/LC_MESSAGES/aumix.mo
-share/locale/es/LC_MESSAGES/aumix.mo
-share/locale/fr/LC_MESSAGES/aumix.mo
-share/locale/gl/LC_MESSAGES/aumix.mo
-share/locale/ja/LC_MESSAGES/aumix.mo
-share/locale/nl/LC_MESSAGES/aumix.mo
-share/locale/pl/LC_MESSAGES/aumix.mo
-share/locale/pt_BR/LC_MESSAGES/aumix.mo
-share/locale/ru/LC_MESSAGES/aumix.mo
-share/locale/sv/LC_MESSAGES/aumix.mo
-share/locale/uk/LC_MESSAGES/aumix.mo
-share/locale/zh_CN/LC_MESSAGES/aumix.mo
-@dirrm share/aumix