diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-01-30 18:48:07 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-01-30 18:48:07 +0000 |
commit | d73993d4a79f855a37f5d3ddee33471a9f8845a7 (patch) | |
tree | e50e4ee2ccd2835fc7ae4a58804ddc8e05aac71e /emulators | |
parent | cd7637457dd25b1b7c66affa02a40f3f7f4e8e31 (diff) |
- Really remove pkg-message
Reported by: pointyhat
Pointy hat to: alepulver
Notes
Notes:
svn path=/head/; revision=206471
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/wahcade/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/emulators/wahcade/Makefile b/emulators/wahcade/Makefile index 6af415d42b19..5e0d8eb1223d 100644 --- a/emulators/wahcade/Makefile +++ b/emulators/wahcade/Makefile @@ -23,8 +23,6 @@ WRKSRC= ${WRKDIR}/${PORTNAME} OPTIONS= MPLAYER "Install mplayer for movie playback" off \ PSYCHO "Enable psycho optimization" on -SUB_FILES= pkg-message - WRAPPERS= wahcade wahcade-layout-editor wahcade-setup .include <bsd.port.pre.mk> |