aboutsummaryrefslogtreecommitdiffstats
path: root/devel/viewcvs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/viewcvs/Makefile')
-rw-r--r--devel/viewcvs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/viewcvs/Makefile b/devel/viewcvs/Makefile
index ba1267d87a00..fb7a7e504179 100644
--- a/devel/viewcvs/Makefile
+++ b/devel/viewcvs/Makefile
@@ -25,7 +25,7 @@ do-install:
@ cd ${WRKSRC} && INSTDIR=${PREFIX}/${INSTDIR} ${PYTHON_CMD} viewcvs-install
post-install:
- @ ${SED} -e "s:%%INSTDIR%%:${PREFIX}/${INSTDIR}:g" pkg-message >${PKGMESSAGE}
+ @ ${SED} -e "s:%%INSTDIR%%:${PREFIX}/${INSTDIR}:g" ${MASTERDIR}/pkg-message >${PKGMESSAGE}
@ ${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>