summaryrefslogtreecommitdiff
path: root/ports-mgmt/portupgrade
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2002-06-12 10:00:11 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2002-06-12 10:00:11 +0000
commit7cb16a9d07d9d5dc5bed7efc99978c49cbcea42d (patch)
tree299f48d57d6ce52d078d0eae24a64b4930563076 /ports-mgmt/portupgrade
parentCreate a vpopmail-stable port after a repocopy. The purpose of this (diff)
Cope with a bug in CURRENT's bsd.*.mk infrastructure, that the
beforeinstall target is somehow executed _after_ the realinstall target.
Notes
Notes: svn path=/head/; revision=61150
Diffstat (limited to 'ports-mgmt/portupgrade')
-rw-r--r--ports-mgmt/portupgrade/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/ports-mgmt/portupgrade/Makefile b/ports-mgmt/portupgrade/Makefile
index 74e66937e113..fce5dd56c23e 100644
--- a/ports-mgmt/portupgrade/Makefile
+++ b/ports-mgmt/portupgrade/Makefile
@@ -59,6 +59,14 @@ INSTALL_TARGET+= install-doc
RUN_DEPENDS+= ${RUBY_SITEARCHLIBDIR}/features/ruby18/file.so:${PORTSDIR}/lang/ruby16-shim-ruby18
.endif
+pre-install:
+.if !defined(NOPORTDOCS)
+# Cope with a bug in CURRENT's bsd.*.mk infrastructure
+ ${MKDIR} ${PREFIX}/share/examples/pkgtools/bash
+ ${MKDIR} ${PREFIX}/share/examples/pkgtools/tcsh
+ ${MKDIR} ${PREFIX}/share/zsh/site-functions
+.endif
+
post-install:
if [ ! -f ${PREFIX}/etc/pkgtools.conf ]; then \
${CP} -p ${PREFIX}/etc/pkgtools.conf.sample ${PREFIX}/etc/pkgtools.conf; \