summaryrefslogtreecommitdiff
path: root/deskutils
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1999-10-12 08:41:06 +0000
committerSatoshi Asami <asami@FreeBSD.org>1999-10-12 08:41:06 +0000
commite6881071413fb3ff22e55258c0c6ef9d7d98eaaa (patch)
tree22abcfb2e0af1be8a595a047362faf059204d22f /deskutils
parentThis port uses X, define USE_XLIB. Create directory before installing. (diff)
Pre-create installation directory.
Found by: my lunchbox
Notes
Notes: svn path=/head/; revision=22372
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/xopps/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/deskutils/xopps/Makefile b/deskutils/xopps/Makefile
index f0c69004a600..c26a03e5812c 100644
--- a/deskutils/xopps/Makefile
+++ b/deskutils/xopps/Makefile
@@ -24,4 +24,7 @@ MAN1= xopps.1
pre-patch:
$(CP) $(WRKSRC)/Defines.spr $(WRKSRC)/Defines.$(MACH)
+pre-install:
+ $(MKDIR) $(PREFIX)/lib/help
+
.include <bsd.port.mk>