aboutsummaryrefslogtreecommitdiff
path: root/devel/ctags
diff options
context:
space:
mode:
authorJoseph Koshy <jkoshy@FreeBSD.org>2004-10-19 14:09:15 +0000
committerJoseph Koshy <jkoshy@FreeBSD.org>2004-10-19 14:09:15 +0000
commit4ee57ef9bc7af950119086d46739c273554e4042 (patch)
treea2a8456350cc8b3f3f228f5473d42feedb6d86d2 /devel/ctags
parentf6b25669beefc401c552992cb684f574e119e0af (diff)
downloadports-4ee57ef9bc7af950119086d46739c273554e4042.tar.gz
ports-4ee57ef9bc7af950119086d46739c273554e4042.zip
Notes
Diffstat (limited to 'devel/ctags')
-rw-r--r--devel/ctags/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/ctags/Makefile b/devel/ctags/Makefile
index 8d97f5999f4a..dc5edd635a31 100644
--- a/devel/ctags/Makefile
+++ b/devel/ctags/Makefile
@@ -29,7 +29,7 @@ do-install:
${MKDIR} ${PREFIX}/include/ctags ${PREFIX}/lib/ctags
${INSTALL_DATA} ${WRKSRC}/readtags.h ${PREFIX}/include/ctags/
${INSTALL_DATA} ${WRKSRC}/readtags.o ${PREFIX}/lib/ctags/
- @${SED} 's:%%PREFIX%%:'${PREFIX}':' < pkg-message > ${PKGMESSAGE}
+ @${SED} 's:%%PREFIX%%:'${PREFIX}':' < ${PKGDIR}/pkg-message > ${PKGMESSAGE}
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>