- remove patch, and just set ALL_TARGET accordingly
This commit is contained in:
parent
fad598871c
commit
8948bf2b4a
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.6 2010/12/29 12:37:27 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.7 2010/12/29 12:39:54 jasper Exp $
|
||||
|
||||
COMMENT-main= high performance webserver written in Erlang, libraries
|
||||
COMMENT-web= high performance webserver written in Erlang, docroot
|
||||
@ -8,6 +8,7 @@ DISTNAME= yaws-${VERSION}
|
||||
PKGNAME-main= yaws-${VERSION}
|
||||
REVISION-main= 3
|
||||
PKGNAME-web= yaws-web-${VERSION}
|
||||
REVISION-web= 0
|
||||
CATEGORIES= www
|
||||
|
||||
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>
|
||||
@ -43,6 +44,8 @@ NO_REGRESS= Yes
|
||||
|
||||
PREFIX-web= /var
|
||||
|
||||
ALL_TARGET= all docs
|
||||
|
||||
pre-configure:
|
||||
${SUBST_CMD} ${WRKSRC}/configure
|
||||
|
||||
|
@ -1,12 +0,0 @@
|
||||
$OpenBSD: patch-Makefile,v 1.1.1.1 2010/12/22 18:38:03 jasper Exp $
|
||||
--- Makefile.orig Sat Sep 25 14:41:31 2010
|
||||
+++ Makefile Tue Dec 21 15:58:31 2010
|
||||
@@ -5,7 +5,7 @@ include ./vsn.mk
|
||||
|
||||
PKGCONFIG_FILES = yaws.pc
|
||||
|
||||
-all debug clean:
|
||||
+all debug clean: docs
|
||||
@set -e ; \
|
||||
for d in $(SUBDIRS) ; do \
|
||||
if [ -f $$d/Makefile ]; then ( cd $$d && $(MAKE) $@ ) || exit 1 ; fi ; \
|
Loading…
Reference in New Issue
Block a user