diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2004-02-28 02:16:11 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2004-02-28 02:16:11 +0000 |
commit | baf6965e14aded1e626483a83d9bd8e66f159b58 (patch) | |
tree | e0b5afefdacd4441ef0b36dafa46add1358a2e1d /audio/xmcd | |
parent | 68e3c7d8e1336ebc30ea81f1604d4615efed5aee (diff) | |
download | ports-baf6965e14aded1e626483a83d9bd8e66f159b58.tar.gz ports-baf6965e14aded1e626483a83d9bd8e66f159b58.zip |
Notes
Diffstat (limited to 'audio/xmcd')
-rw-r--r-- | audio/xmcd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/xmcd/Makefile b/audio/xmcd/Makefile index 379f6fd783ce..50fb45dba6e8 100644 --- a/audio/xmcd/Makefile +++ b/audio/xmcd/Makefile @@ -21,7 +21,7 @@ RUN_DEPENDS+= lame:${PORTSDIR}/audio/lame USE_MOTIF= yes USE_IMAKE= yes WRKSRC= ${WRKDIR}/xmcd-3.2.1 -PLIST_SUB+= RELEASE=${OSREL:R} ARCH=${ARCH} +PLIST_SUB+= RELEASE=${OSREL:R:R} ARCH=${ARCH} MAN1= cda.1 xmcd.1 MANCOMPRESSED= no @@ -29,7 +29,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:R}-${ARCH} post-extract: @${CHMOD} -R u+w ${WRKSRC} |