diff options
author | deischen <deischen@FreeBSD.org> | 2006-03-15 06:25:22 +0000 |
---|---|---|
committer | deischen <deischen@FreeBSD.org> | 2006-03-15 06:25:22 +0000 |
commit | d42950feda3a637801e1dd20131eb7564e29bcff (patch) | |
tree | de57cebf76734b1a01fd062ab0c18fffb166cc18 /audio/xmcd/Makefile | |
parent | 1364fb77e18304dc75d401d8da373f404d18974e (diff) | |
download | FreeBSD-ports-d42950feda3a637801e1dd20131eb7564e29bcff.zip FreeBSD-ports-d42950feda3a637801e1dd20131eb7564e29bcff.tar.gz |
Move pkg-message to files to automatically replace %%PREFIX%%.
Patch config.sh to default to FreeBSD ioctl method instead of
Linux ioctl method.
Submitted by: edwin
PR: 94398
Diffstat (limited to 'audio/xmcd/Makefile')
-rw-r--r-- | audio/xmcd/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/xmcd/Makefile b/audio/xmcd/Makefile index fd965bf..e3eff95 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 |