diff options
author | vs <vs@FreeBSD.org> | 2005-03-23 21:36:56 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2005-03-23 21:36:56 +0800 |
commit | 342a8994c22d5fd0aa8b8585570c3a8761285540 (patch) | |
tree | 7c7656fe352974b00926e927a2b5e56b50a4a4de /audio/xmms-a52dec | |
parent | 19700df4b4090cdc2e0ad9870a09772d77a17962 (diff) | |
download | freebsd-ports-gnome-342a8994c22d5fd0aa8b8585570c3a8761285540.tar.gz freebsd-ports-gnome-342a8994c22d5fd0aa8b8585570c3a8761285540.tar.zst freebsd-ports-gnome-342a8994c22d5fd0aa8b8585570c3a8761285540.zip |
Fix typo
Noticed by: krisbot
Approved by: portmgr (kris)
Promising to really test even tiny changes in the future: me^
Diffstat (limited to 'audio/xmms-a52dec')
-rw-r--r-- | audio/xmms-a52dec/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/xmms-a52dec/Makefile b/audio/xmms-a52dec/Makefile index 08195eb59cb1..1d25517241fe 100644 --- a/audio/xmms-a52dec/Makefile +++ b/audio/xmms-a52dec/Makefile @@ -29,7 +29,7 @@ CFLAGS+= `xmms-config --cflags` -L${LOCALBASE}/lib CFLAGS= -fPIC .endif -PLSIT_FILES= lib/xmms/Input/liba52dec.so +PLIST_FILES= lib/xmms/Input/liba52dec.so do-build: cd ${WRKSRC} && ${CC} ${CFLAGS} -shared -o liba52dec.so xmms-a52dec.c -la52 |