diff options
author | Daniel Eischen <deischen@FreeBSD.org> | 2006-03-15 06:25:22 +0000 |
---|---|---|
committer | Daniel Eischen <deischen@FreeBSD.org> | 2006-03-15 06:25:22 +0000 |
commit | 2bc3b51be6e178840711be7e737c511874996766 (patch) | |
tree | 6af42984650235199ea63193014842be4af6bb44 | |
parent | 346bd9c88d6e59061306e13232d016f8f603febf (diff) | |
download | ports-2bc3b51be6e178840711be7e737c511874996766.tar.gz ports-2bc3b51be6e178840711be7e737c511874996766.zip |
Notes
-rw-r--r-- | audio/xmcd/Makefile | 2 | ||||
-rw-r--r-- | audio/xmcd/files/patch-ai | 11 | ||||
-rw-r--r-- | audio/xmcd/files/pkg-message.in (renamed from audio/xmcd/pkg-message) | 2 |
3 files changed, 14 insertions, 1 deletions
diff --git a/audio/xmcd/Makefile b/audio/xmcd/Makefile index fd965bf4aeb7..e3eff95617c0 100644 --- a/audio/xmcd/Makefile +++ b/audio/xmcd/Makefile @@ -22,6 +22,8 @@ USE_REINPLACE= yes USE_MOTIF= yes USE_IMAKE= yes PLIST_SUB+= RELEASE=${OSREL:R:R} ARCH=${ARCH} +SUB_FILES= pkg-message +PKGMESSAGE= ${WRKDIR}/pkg-message MAN1= cda.1 xmcd.1 MANCOMPRESSED= no diff --git a/audio/xmcd/files/patch-ai b/audio/xmcd/files/patch-ai new file mode 100644 index 000000000000..c05e0b73d47a --- /dev/null +++ b/audio/xmcd/files/patch-ai @@ -0,0 +1,11 @@ +--- libdi_d/config.sh.orig Wed Apr 21 15:27:07 2004 ++++ libdi_d/config.sh Sun Mar 12 23:40:59 2006 +@@ -744,7 +744,7 @@ + + if [ -z "$IOCDEF" -o "$IOCDEF" = 0 ] + then +- IOCDEF=1 ++ IOCDEF=2 + fi + + while : diff --git a/audio/xmcd/pkg-message b/audio/xmcd/files/pkg-message.in index bedb9658ee13..b92f700bb988 100644 --- a/audio/xmcd/pkg-message +++ b/audio/xmcd/files/pkg-message.in @@ -1,7 +1,7 @@ ******************************************************* You will need to run the configuration script for xmcd to accurately recognize your cd-rom. The configure -script is: ${PREFIX}/lib/X11/xmcd/config/config.sh +script is: %%PREFIX%%/lib/X11/xmcd/config/config.sh If you would like to submit data to CDDB you will need to install mail/mailx or add something similar to |