diff options
author | sada <sada@FreeBSD.org> | 1999-07-26 18:21:22 +0000 |
---|---|---|
committer | sada <sada@FreeBSD.org> | 1999-07-26 18:21:22 +0000 |
commit | f65ef57598c4450de682fe7bbd37662ce6ef0b64 (patch) | |
tree | 9085d0d4acb857788e3589b48f68a8f5aa309674 | |
parent | a675a49b4ba37638216f43b892891c54d93810e1 (diff) | |
download | FreeBSD-ports-f65ef57598c4450de682fe7bbd37662ce6ef0b64.zip FreeBSD-ports-f65ef57598c4450de682fe7bbd37662ce6ef0b64.tar.gz |
Misfiled a Makefile line.
-rw-r--r-- | devel/cvsweb/Makefile | 4 | ||||
-rw-r--r-- | devel/cvsweb3/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/devel/cvsweb/Makefile b/devel/cvsweb/Makefile index 4ea7494..c83bb86 100644 --- a/devel/cvsweb/Makefile +++ b/devel/cvsweb/Makefile @@ -3,7 +3,7 @@ # Date created: 27 Jun 1999 # Whom: SADA Kenji <sada@FreeBSD.ORG> # -# $Id: Makefile,v 1.1.1.1 1999/07/26 18:06:44 sada Exp $ +# $Id: Makefile,v 1.2 1999/07/26 18:17:00 sada Exp $ # DISTNAME= cvsweb-1.0 @@ -29,7 +29,7 @@ do-configure: do-install: .if !defined(PACKAGE_BUILDING) - @if PKG_PREFIX=${PREFIX} ${SH} ${PKGREQ} ${PKGNAME} INSTALL + @PKG_PREFIX=${PREFIX} ${SH} ${PKGREQ} ${PKGNAME} INSTALL .endif @${MKDIR} ${PREFIX}/www/cgi-bin @${INSTALL_SCRIPT} ${WRKDIR}/cvsweb ${PREFIX}/www/cgi-bin/ diff --git a/devel/cvsweb3/Makefile b/devel/cvsweb3/Makefile index 4ea7494..c83bb86 100644 --- a/devel/cvsweb3/Makefile +++ b/devel/cvsweb3/Makefile @@ -3,7 +3,7 @@ # Date created: 27 Jun 1999 # Whom: SADA Kenji <sada@FreeBSD.ORG> # -# $Id: Makefile,v 1.1.1.1 1999/07/26 18:06:44 sada Exp $ +# $Id: Makefile,v 1.2 1999/07/26 18:17:00 sada Exp $ # DISTNAME= cvsweb-1.0 @@ -29,7 +29,7 @@ do-configure: do-install: .if !defined(PACKAGE_BUILDING) - @if PKG_PREFIX=${PREFIX} ${SH} ${PKGREQ} ${PKGNAME} INSTALL + @PKG_PREFIX=${PREFIX} ${SH} ${PKGREQ} ${PKGNAME} INSTALL .endif @${MKDIR} ${PREFIX}/www/cgi-bin @${INSTALL_SCRIPT} ${WRKDIR}/cvsweb ${PREFIX}/www/cgi-bin/ |