diff options
author | asami <asami@FreeBSD.org> | 1999-10-12 08:41:06 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1999-10-12 08:41:06 +0000 |
commit | 08758c7704144ab46c2ae255d1f24ef96e01483a (patch) | |
tree | 17f02a54c6e6b1d08d835cbfaf4f3d64a541aafb /deskutils | |
parent | b609d5cffefc0080118e6e40dd04e4842b468953 (diff) | |
download | FreeBSD-ports-08758c7704144ab46c2ae255d1f24ef96e01483a.zip FreeBSD-ports-08758c7704144ab46c2ae255d1f24ef96e01483a.tar.gz |
Pre-create installation directory.
Found by: my lunchbox
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/xopps/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/deskutils/xopps/Makefile b/deskutils/xopps/Makefile index f0c6900..c26a03e 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> |