1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00

Misfiled a Makefile line.

This commit is contained in:
SADA Kenji 1999-07-26 18:21:22 +00:00
parent 521370ce36
commit 5162aaf419
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=20355
2 changed files with 4 additions and 4 deletions

View File

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

View File

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