diff options
author | anders <anders@FreeBSD.org> | 2005-02-15 20:31:12 +0000 |
---|---|---|
committer | anders <anders@FreeBSD.org> | 2005-02-15 20:31:12 +0000 |
commit | 6f2118546476353f799a2d779fccdfce0eaa63c0 (patch) | |
tree | 37d149ada4355630f71c9275b82f19360c79dafd /audio/xmp | |
parent | 5935a292634a94550b07c532572ae67299cd33be (diff) | |
download | FreeBSD-ports-6f2118546476353f799a2d779fccdfce0eaa63c0.zip FreeBSD-ports-6f2118546476353f799a2d779fccdfce0eaa63c0.tar.gz |
Take back maintainership.
Unbreak & fix incomplete pkg-plist.
Diffstat (limited to 'audio/xmp')
-rw-r--r-- | audio/xmp/Makefile | 6 | ||||
-rw-r--r-- | audio/xmp/pkg-plist | 1 |
2 files changed, 3 insertions, 4 deletions
diff --git a/audio/xmp/Makefile b/audio/xmp/Makefile index f6cc5fb..362d0c0 100644 --- a/audio/xmp/Makefile +++ b/audio/xmp/Makefile @@ -12,13 +12,11 @@ CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= anders@FreeBSD.org COMMENT= A player for many different Amiga and PC module formats -BROKEN= Incomplete pkg-plist - USE_BZIP2= yes -USE_XLIB= yes +USE_X_PREFIX= yes WANT_GNOME= yes USE_REINPLACE= yes USE_GMAKE= yes diff --git a/audio/xmp/pkg-plist b/audio/xmp/pkg-plist index 87f5abc..bf4a22e 100644 --- a/audio/xmp/pkg-plist +++ b/audio/xmp/pkg-plist @@ -2,3 +2,4 @@ bin/xmp bin/xxmp etc/xmp.conf etc/xmp-modules.conf +@unexec rm %D/lib/xmms/Input/xmp-plugin.so 2>/dev/null || true |