summaryrefslogtreecommitdiff
path: root/news
diff options
context:
space:
mode:
authorYen-Ming Lee <leeym@FreeBSD.org>2004-12-26 18:32:11 +0000
committerYen-Ming Lee <leeym@FreeBSD.org>2004-12-26 18:32:11 +0000
commitdbdd7a459b7efc7daf72a558a00a2367d85efd45 (patch)
tree48bccb037c9f4caf559163c6a060690b0ab38994 /news
parentFix plist. (diff)
- add PKG_PREFIX=${PREFIX} when running ${PKGINSTALL}
Noticed by: kris PR: 75508 Submitted by: atomer <atomer@gmail.com>
Notes
Notes: svn path=/head/; revision=125236
Diffstat (limited to 'news')
-rw-r--r--news/cleanfeed/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/news/cleanfeed/Makefile b/news/cleanfeed/Makefile
index a04d88c02366..1ee90876340d 100644
--- a/news/cleanfeed/Makefile
+++ b/news/cleanfeed/Makefile
@@ -40,6 +40,6 @@ do-install:
.endfor
post-install:
- ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
+ ${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
.include <bsd.port.post.mk>