diff options
author | osa <osa@FreeBSD.org> | 2004-07-27 14:31:58 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2004-07-27 14:31:58 +0800 |
commit | 38532ef4050fb51b6020232d3e4fa4cb92f3608c (patch) | |
tree | cad060393385d800f254dba3e97630d5ea247b3d /audio/xmradio/Makefile | |
parent | 4fe563a5a95e6d63b21884b18f00bf70555b8649 (diff) | |
download | freebsd-ports-gnome-38532ef4050fb51b6020232d3e4fa4cb92f3608c.tar.gz freebsd-ports-gnome-38532ef4050fb51b6020232d3e4fa4cb92f3608c.tar.zst freebsd-ports-gnome-38532ef4050fb51b6020232d3e4fa4cb92f3608c.zip |
Move package files from plist to Makefile, remove pkg-plist.
Respect CFLAGS by comment on CDEBUGFLAGS (aka -O2 -g -Wall).
Diffstat (limited to 'audio/xmradio/Makefile')
-rw-r--r-- | audio/xmradio/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/xmradio/Makefile b/audio/xmradio/Makefile index e4b3ec9ed887..e6d19a278b9b 100644 --- a/audio/xmradio/Makefile +++ b/audio/xmradio/Makefile @@ -21,6 +21,8 @@ USE_IMAKE= yes USE_XPM= yes USE_MOTIF= yes +PLIST_FILES= bin/xmradio lib/X11/app-defaults/XMradio + .include <bsd.port.pre.mk> .if ${OSVERSION} < 500000 |