summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--astro/sattrack/Makefile2
-rw-r--r--audio/cdrdao/Makefile2
-rw-r--r--audio/cmp3/Makefile4
-rw-r--r--audio/juke/Makefile3
-rw-r--r--audio/xhippo/Makefile2
-rw-r--r--audio/xmcd/Makefile2
-rw-r--r--biology/babel/Makefile2
-rw-r--r--biology/hmmer/Makefile2
-rw-r--r--comms/hylafax/Makefile2
-rw-r--r--comms/snooper/Makefile2
-rw-r--r--sysutils/cdrdao/Makefile2
11 files changed, 12 insertions, 13 deletions
diff --git a/astro/sattrack/Makefile b/astro/sattrack/Makefile
index 5ae78f4df989..31cc1767d778 100644
--- a/astro/sattrack/Makefile
+++ b/astro/sattrack/Makefile
@@ -16,6 +16,6 @@ USE_XLIB= yes
WRKSRC= ${WRKDIR}/SatTrack-3.1.6/src
post-install:
- @${CAT} ${PKGDIR}/MESSAGE
+ @${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>
diff --git a/audio/cdrdao/Makefile b/audio/cdrdao/Makefile
index d038ffe92dd3..0984c59e05ec 100644
--- a/audio/cdrdao/Makefile
+++ b/audio/cdrdao/Makefile
@@ -77,6 +77,6 @@ post-install:
Release-1.1.0 Release-1.1.2 Release-1.1.3
@${INSTALL_DATA} ${WRKSRC}/$i ${PREFIX}/share/doc/cdrdao/
.endfor
- @${CAT} ${PKGDIR}/MESSAGE
+ @${CAT} ${PKGMESSAGE}
.include <bsd.port.post.mk>
diff --git a/audio/cmp3/Makefile b/audio/cmp3/Makefile
index bf1dbd3d770a..cb867e664748 100644
--- a/audio/cmp3/Makefile
+++ b/audio/cmp3/Makefile
@@ -29,9 +29,7 @@ do-install:
.endif
post-install:
-.if !defined(NOPORTDOCS)
@${SED} 's,PREFIX,${PREFIX},' ${PKGDIR}/MESSAGE > ${WRKSRC}/MESSAGE
- @${CAT} ${WRKSRC}/MESSAGE
-.endif
+ @${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>
diff --git a/audio/juke/Makefile b/audio/juke/Makefile
index af0975790594..fb1ef289b754 100644
--- a/audio/juke/Makefile
+++ b/audio/juke/Makefile
@@ -13,10 +13,11 @@ MASTER_SITES= http://www.nocrew.org/software/juke/archive/
MAINTAINER= oyvindmo@initio.no
GNU_CONFIGURE= yes
+PKGMESSAGE= ${WRKSRC}/MESSAGE
post-install:
${INSTALL_DATA} ${WRKSRC}/juke.conf ${PREFIX}/etc/juke.conf.sample
@${SED} 's,PREFIX,${PREFIX},' ${PKGDIR}/MESSAGE > ${WRKSRC}/MESSAGE
- @${CAT} ${WRKSRC}/MESSAGE
+ @${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>
diff --git a/audio/xhippo/Makefile b/audio/xhippo/Makefile
index 182b09c43060..e4c400b3db6a 100644
--- a/audio/xhippo/Makefile
+++ b/audio/xhippo/Makefile
@@ -28,6 +28,6 @@ post-install:
fi
${INSTALL_SCRIPT} ${WRKSRC}/xhippo.config \
${PREFIX}/etc/xhippo.config.default
- @${CAT} ${PKGDIR}/MESSAGE
+ @${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>
diff --git a/audio/xmcd/Makefile b/audio/xmcd/Makefile
index fa1f3d9a3709..c4c3a195ecb5 100644
--- a/audio/xmcd/Makefile
+++ b/audio/xmcd/Makefile
@@ -30,7 +30,7 @@ post-patch:
> ${WRKSRC}/xmcd_d/XMcd.ad
post-install:
- @${CAT} ${PKGDIR}/MESSAGE
+ @${CAT} ${PKGMESSAGE}
@${CP} ${WRKSRC}/xmcd_d/XMcd.ad ${PREFIX}/lib/X11/app-defaults/XMcd
.include <bsd.port.mk>
diff --git a/biology/babel/Makefile b/biology/babel/Makefile
index ac0fd025f331..e7d15b9bb520 100644
--- a/biology/babel/Makefile
+++ b/biology/babel/Makefile
@@ -14,6 +14,6 @@ EXTRACT_SUFX= .tar.Z
MAINTAINER= frankch@waru.life.nthu.edu.tw
post-install:
- @ ${CAT} ${PKGDIR}/MESSAGE | ${SED} -e 's:/usr/local:${PREFIX}:'
+ @ ${CAT} ${PKGMESSAGE} | ${SED} -e 's:/usr/local:${PREFIX}:'
.include <bsd.port.mk>
diff --git a/biology/hmmer/Makefile b/biology/hmmer/Makefile
index 2d6bd8c9f303..f134431e6f1e 100644
--- a/biology/hmmer/Makefile
+++ b/biology/hmmer/Makefile
@@ -32,6 +32,6 @@ post-install:
${MKDIR} ${PREFIX}/share/doc/hmmer
${INSTALL_MAN} ${WRKSRC}/Userguide/Userguide.ps ${PREFIX}/share/doc/hmmer
.endif
- @ ${CAT} ${PKGDIR}/MESSAGE
+ @ ${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>
diff --git a/comms/hylafax/Makefile b/comms/hylafax/Makefile
index b85a9f7b3897..4491ef6d86c8 100644
--- a/comms/hylafax/Makefile
+++ b/comms/hylafax/Makefile
@@ -63,6 +63,6 @@ post-install:
@if [ ! -f ${PREFIX}/etc/rc.d/hylafax.sh.sample ]; then \
${CP} ${FILESDIR}/hylafax.sh.sample ${PREFIX}/etc/rc.d; \
fi
- ${CAT} ${PKGDIR}/MESSAGE
+ ${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>
diff --git a/comms/snooper/Makefile b/comms/snooper/Makefile
index e7104cc54d7e..db29d1e12d5b 100644
--- a/comms/snooper/Makefile
+++ b/comms/snooper/Makefile
@@ -19,6 +19,6 @@ HAS_CONFIGURE= yes
post-install:
${MKDIR} ${PREFIX}/share/doc/snooper
${INSTALL_DATA} ${WRKSRC}/../README ${PREFIX}/share/doc/snooper
- ${CAT} ${PKGDIR}/MESSAGE
+ ${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>
diff --git a/sysutils/cdrdao/Makefile b/sysutils/cdrdao/Makefile
index d038ffe92dd3..0984c59e05ec 100644
--- a/sysutils/cdrdao/Makefile
+++ b/sysutils/cdrdao/Makefile
@@ -77,6 +77,6 @@ post-install:
Release-1.1.0 Release-1.1.2 Release-1.1.3
@${INSTALL_DATA} ${WRKSRC}/$i ${PREFIX}/share/doc/cdrdao/
.endfor
- @${CAT} ${PKGDIR}/MESSAGE
+ @${CAT} ${PKGMESSAGE}
.include <bsd.port.post.mk>