Pre-create installation directory.

Found by:	my lunchbox
This commit is contained in:
Satoshi Asami 1999-10-12 08:41:06 +00:00
parent 1b0dc9bb3f
commit e688107141
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=22372

View file

@ -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>