summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorGordon Tetlow <gordon@FreeBSD.org>2010-11-28 03:34:57 +0000
committerGordon Tetlow <gordon@FreeBSD.org>2010-11-28 03:34:57 +0000
commit34ec9c0ba809e878d383b263a52244baac2fc1e7 (patch)
tree207cd4b4f826b44ea7dd812db9ab24664df709a0 /devel
parentCorrect amd64 distinfo. (diff)
Change to use PKGMESSAGE variable instead of static filename.
Submitted by: jhell Approved by: maintainer (me) Obtained from: dougb@
Notes
Notes: svn path=/head/; revision=265305
Diffstat (limited to 'devel')
-rw-r--r--devel/p4d/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/p4d/Makefile b/devel/p4d/Makefile
index d39b4eb850b3..14166b8e4e81 100644
--- a/devel/p4d/Makefile
+++ b/devel/p4d/Makefile
@@ -49,7 +49,7 @@ do-install:
${INSTALL_PROGRAM} ${_DISTDIR}/p4d ${PREFIX}/sbin/
post-install:
- @${CAT} pkg-message
+ @${CAT} ${PKGMESSAGE}
${MKDIR} ${DESTDIR}${P4ROOT}
${CHOWN} p4admin:p4admin ${DESTDIR}${P4ROOT}
${CHMOD} 750 ${DESTDIR}${P4ROOT}