diff options
author | pav <pav@FreeBSD.org> | 2008-01-31 02:48:07 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2008-01-31 02:48:07 +0800 |
commit | e79ef1b4c0023a9996f9d14f273d6ea89215a15f (patch) | |
tree | 6eca26bf268511740f8aaa25f41f70d5c5321e2a | |
parent | f3833c29ed488dfc5e2c6ff62d54d4c846569196 (diff) | |
download | freebsd-ports-gnome-e79ef1b4c0023a9996f9d14f273d6ea89215a15f.tar.gz freebsd-ports-gnome-e79ef1b4c0023a9996f9d14f273d6ea89215a15f.tar.zst freebsd-ports-gnome-e79ef1b4c0023a9996f9d14f273d6ea89215a15f.zip |
- Really remove pkg-message
Reported by: pointyhat
Pointy hat to: alepulver
-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> |