diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-10-27 09:11:28 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-10-27 09:11:28 +0000 |
commit | 1e7e0dce648295b207e28719bc9b1287596865a1 (patch) | |
tree | 47ecd11f6d933d6791e53ae0a54bb65389b9fd03 /audio/xmcd | |
parent | Fix pkg-plist introduced in my latest commit. (diff) |
portlint (whitespace cleanup)
Notes
Notes:
svn path=/head/; revision=92312
Diffstat (limited to 'audio/xmcd')
-rw-r--r-- | audio/xmcd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/xmcd/Makefile b/audio/xmcd/Makefile index 975f7b312571..8f1ffad467bc 100644 --- a/audio/xmcd/Makefile +++ b/audio/xmcd/Makefile @@ -28,7 +28,7 @@ RMAN= ${X11BASE}/bin/rman .include <bsd.port.pre.mk> -LIBBINDIR= ${PREFIX}/lib/X11/xmcd/bin-FreeBSD_${OSREL:R}-${ARCH} +LIBBINDIR= ${PREFIX}/lib/X11/xmcd/bin-FreeBSD_${OSREL:R}-${ARCH} post-extract: @${CHMOD} -R u+w ${WRKSRC} |