diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2007-03-29 20:18:19 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2007-03-29 20:18:19 +0800 |
commit | 1863f37956f0afc7c7194085295c1c06bb876ed0 (patch) | |
tree | 43257c11d0cc0277e1da8d0e9902ef415bea7bd4 /audio/xmms-cdread | |
parent | ec084dca110da972165572ae124cb715de3c3eec (diff) | |
download | freebsd-ports-gnome-1863f37956f0afc7c7194085295c1c06bb876ed0.tar.gz freebsd-ports-gnome-1863f37956f0afc7c7194085295c1c06bb876ed0.tar.zst freebsd-ports-gnome-1863f37956f0afc7c7194085295c1c06bb876ed0.zip |
- Cleanup objformat-removal fallout
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Use PLIST_FILES
Approved by: portmgr (pav; implicit)
Diffstat (limited to 'audio/xmms-cdread')
-rw-r--r-- | audio/xmms-cdread/Makefile | 7 | ||||
-rw-r--r-- | audio/xmms-cdread/pkg-plist | 2 |
2 files changed, 6 insertions, 3 deletions
diff --git a/audio/xmms-cdread/Makefile b/audio/xmms-cdread/Makefile index f38f90852e90..e8905f9c2c84 100644 --- a/audio/xmms-cdread/Makefile +++ b/audio/xmms-cdread/Makefile @@ -21,8 +21,13 @@ USE_X_PREFIX= yes USE_GNOME= gtk12 USE_GMAKE= yes GNU_CONFIGURE= yes -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes CONFIGURE_ENV= CFLAGS="${CFLAGS} -L${LOCALBASE}/lib" +PLIST_FILES= lib/xmms/Input/libcdread.so lib/xmms/Input/libcdread.la + +post-patch: + @${REINPLACE_CMD} -e '/objformat=/s|=.*|=elf|' ${WRKSRC}/ltconfig + .include <bsd.port.mk> diff --git a/audio/xmms-cdread/pkg-plist b/audio/xmms-cdread/pkg-plist deleted file mode 100644 index 46057215c963..000000000000 --- a/audio/xmms-cdread/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -lib/xmms/Input/libcdread.so -lib/xmms/Input/libcdread.la |