diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2004-02-06 13:12:53 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2004-02-06 13:12:53 +0000 |
commit | a049dd78cc281272f3788b3d4689a744f774e543 (patch) | |
tree | 66d70fb91dc5864b35d61d893e0a68c0b62d3eb9 /audio/asmixer | |
parent | Update to use PERL_MODBUILD and reorder *_DEPENDS so that devel/p5-Module-Build (diff) |
Use PLIST_FILES (bento-tested, marcus-reviewed).
Notes
Notes:
svn path=/head/; revision=100139
Diffstat (limited to 'audio/asmixer')
-rw-r--r-- | audio/asmixer/Makefile | 1 | ||||
-rw-r--r-- | audio/asmixer/pkg-plist | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/audio/asmixer/Makefile b/audio/asmixer/Makefile index 95000665a2f9..2c70c649af60 100644 --- a/audio/asmixer/Makefile +++ b/audio/asmixer/Makefile @@ -16,6 +16,7 @@ MAINTAINER= mtm@identd.net COMMENT= A mixer control for X, and specifically the AfterStep Window Manager MAN1= ${PORTNAME}.1x +PLIST_FILES= bin/asmixer USE_X_PREFIX= yes USE_XPM= yes diff --git a/audio/asmixer/pkg-plist b/audio/asmixer/pkg-plist deleted file mode 100644 index 6e4a0629195e..000000000000 --- a/audio/asmixer/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/asmixer |