diff options
-rw-r--r-- | devel/Makefile | 3 | ||||
-rw-r--r-- | devel/cvsweb/Makefile | 15 | ||||
-rw-r--r-- | devel/cvsweb3/Makefile | 15 | ||||
-rw-r--r-- | net/Makefile | 3 |
4 files changed, 17 insertions, 19 deletions
diff --git a/devel/Makefile b/devel/Makefile index e13681631b5d..3c104145c89f 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.204 1999/07/21 11:23:16 marcel Exp $ +# $Id: Makefile,v 1.205 1999/07/21 15:37:56 marcel Exp $ # SUBDIR += ElectricFence @@ -32,6 +32,7 @@ SUBDIR += ctags SUBDIR += cutils SUBDIR += cvslines + SUBDIR += cvsweb SUBDIR += cweb SUBDIR += cxref SUBDIR += ddd diff --git a/devel/cvsweb/Makefile b/devel/cvsweb/Makefile index 219912bc8427..4ea74948f53e 100644 --- a/devel/cvsweb/Makefile +++ b/devel/cvsweb/Makefile @@ -3,11 +3,11 @@ # Date created: 27 Jun 1999 # Whom: SADA Kenji <sada@FreeBSD.ORG> # -# $Id: Makefile,v 1.1.1.1 1999/06/28 17:26:34 sada Exp $ +# $Id: Makefile,v 1.1.1.1 1999/07/26 18:06:44 sada Exp $ # DISTNAME= cvsweb-1.0 -CATEGORIES= net www +CATEGORIES= devel www MASTER_SITES= http://www.freebsd.org/~fenner/cvsweb/ MAINTAINER= sada@FreeBSD.ORG @@ -28,11 +28,10 @@ do-configure: ${WRKSRC}/cvsweb > ${WRKDIR}/cvsweb do-install: - @if PKG_PREFIX=${PREFIX} ${SH} ${PKGREQ} ${PKGNAME} INSTALL; then \ - ${MKDIR} ${PREFIX}/www/cgi-bin; \ - ${INSTALL_SCRIPT} ${WRKDIR}/cvsweb ${PREFIX}/www/cgi-bin/; \ - else \ - exit 1; \ - fi +.if !defined(PACKAGE_BUILDING) + @if PKG_PREFIX=${PREFIX} ${SH} ${PKGREQ} ${PKGNAME} INSTALL +.endif + @${MKDIR} ${PREFIX}/www/cgi-bin + @${INSTALL_SCRIPT} ${WRKDIR}/cvsweb ${PREFIX}/www/cgi-bin/ .include <bsd.port.mk> diff --git a/devel/cvsweb3/Makefile b/devel/cvsweb3/Makefile index 219912bc8427..4ea74948f53e 100644 --- a/devel/cvsweb3/Makefile +++ b/devel/cvsweb3/Makefile @@ -3,11 +3,11 @@ # Date created: 27 Jun 1999 # Whom: SADA Kenji <sada@FreeBSD.ORG> # -# $Id: Makefile,v 1.1.1.1 1999/06/28 17:26:34 sada Exp $ +# $Id: Makefile,v 1.1.1.1 1999/07/26 18:06:44 sada Exp $ # DISTNAME= cvsweb-1.0 -CATEGORIES= net www +CATEGORIES= devel www MASTER_SITES= http://www.freebsd.org/~fenner/cvsweb/ MAINTAINER= sada@FreeBSD.ORG @@ -28,11 +28,10 @@ do-configure: ${WRKSRC}/cvsweb > ${WRKDIR}/cvsweb do-install: - @if PKG_PREFIX=${PREFIX} ${SH} ${PKGREQ} ${PKGNAME} INSTALL; then \ - ${MKDIR} ${PREFIX}/www/cgi-bin; \ - ${INSTALL_SCRIPT} ${WRKDIR}/cvsweb ${PREFIX}/www/cgi-bin/; \ - else \ - exit 1; \ - fi +.if !defined(PACKAGE_BUILDING) + @if PKG_PREFIX=${PREFIX} ${SH} ${PKGREQ} ${PKGNAME} INSTALL +.endif + @${MKDIR} ${PREFIX}/www/cgi-bin + @${INSTALL_SCRIPT} ${WRKDIR}/cvsweb ${PREFIX}/www/cgi-bin/ .include <bsd.port.mk> diff --git a/net/Makefile b/net/Makefile index e3ff11bf8fb6..3a0cd6fa5a67 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.285 1999/06/28 17:27:52 sada Exp $ +# $Id: Makefile,v 1.286 1999/06/28 22:41:33 asami Exp $ # SUBDIR += IglooFTP @@ -37,7 +37,6 @@ SUBDIR += cvsup-bin SUBDIR += cvsup-mirror SUBDIR += cvsupd-bin - SUBDIR += cvsweb SUBDIR += delegate SUBDIR += dgd SUBDIR += dgd-lpmud |