diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2005-05-19 04:21:48 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2005-05-19 04:21:48 +0000 |
commit | 0fd7950e39b150a35a084c84b8fb0aadb2cece50 (patch) | |
tree | c3383cfa214b04c6cabc7dfccb395cbef05c983c /audio | |
parent | 0cbfe8bb84c39d795715c4a884d912fd16da0edb (diff) | |
download | ports-0fd7950e39b150a35a084c84b8fb0aadb2cece50.tar.gz ports-0fd7950e39b150a35a084c84b8fb0aadb2cece50.zip |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/xmms-mac/Makefile | 11 | ||||
-rw-r--r-- | audio/xmms-mac/distinfo | 4 | ||||
-rw-r--r-- | audio/xmms-mac/pkg-descr | 2 | ||||
-rw-r--r-- | audio/xmms-mac/pkg-plist | 1 |
4 files changed, 6 insertions, 12 deletions
diff --git a/audio/xmms-mac/Makefile b/audio/xmms-mac/Makefile index 6607ebffdb61..30018ac49ba0 100644 --- a/audio/xmms-mac/Makefile +++ b/audio/xmms-mac/Makefile @@ -5,9 +5,8 @@ # $FreeBSD$ PORTNAME= mac -PORTVERSION= 0.2.1 +PORTVERSION= 0.3.1 CATEGORIES= audio -PORTREVISION= 1 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= mac-port PKGNAMEPREFIX= xmms- @@ -26,14 +25,10 @@ CONFIGURE_ARGS+= CPPFLAGS=${CPPFLAGS} USE_AUTOCONF_VER= 259 CPPFLAGS+= "-I${LOCALBASE}/include" -WRKSRC= ${WRKDIR}/libxmms-mac - -TARGET_DIR= ${PREFIX}/lib/xmms/Input - -PROG_FILES= ${WRKSRC}/src/.libs/libxmms-mac.so.1 +PLIST_FILES= lib/xmms/Input/libxmms-mac.so do-install: ${INSTALL} -d ${TARGET_DIR} - ${INSTALL_PROGRAM} ${PROG_FILES} ${TARGET_DIR}/libxmms-mac.so + ${INSTALL_DATA} ${WRKSRC}/src/.libs/libxmms-mac.so ${PREFIX}/lib/xmms/Input .include <bsd.port.mk> diff --git a/audio/xmms-mac/distinfo b/audio/xmms-mac/distinfo index 0426446436ae..b2d333d21f5b 100644 --- a/audio/xmms-mac/distinfo +++ b/audio/xmms-mac/distinfo @@ -1,2 +1,2 @@ -MD5 (xmms-mac-0.2.1.tar.gz) = 67737a3d0fdf15db894497eb64673dea -SIZE (xmms-mac-0.2.1.tar.gz) = 273451 +MD5 (xmms-mac-0.3.1.tar.gz) = 7a4be5e3433c68f155f5b2913e4f21ba +SIZE (xmms-mac-0.3.1.tar.gz) = 299783 diff --git a/audio/xmms-mac/pkg-descr b/audio/xmms-mac/pkg-descr index 3d42692d0778..460a5839d10b 100644 --- a/audio/xmms-mac/pkg-descr +++ b/audio/xmms-mac/pkg-descr @@ -10,4 +10,4 @@ you'll never have to recopy your CD collection to switch formats, and you'll always be able to recreate the original music CD if something ever happens to yours. -WWW: http://www.monkeysaudio.com/ +WWW: http://sourceforge.net/projects/mac-port/ diff --git a/audio/xmms-mac/pkg-plist b/audio/xmms-mac/pkg-plist deleted file mode 100644 index ec8a66667934..000000000000 --- a/audio/xmms-mac/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -lib/xmms/Input/libxmms-mac.so |