ports/56189: [maintainer-update]fix typo in Makefile of phpbb

Kang Liu liukang at bjpu.edu.cn
Sat Aug 30 14:00:33 UTC 2003


>Number:         56189
>Category:       ports
>Synopsis:       [maintainer-update]fix typo in Makefile of phpbb
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Aug 30 07:00:30 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Kang Liu
>Release:        FreeBSD 5.1-CURRENT i386
>Organization:
Beijing University of Technology
>Environment:
System: FreeBSD 5.1-CURRENT i386
>Description:
NOPORTOCS -> NOPORTDOCS in Makefile, fix install problem when NOPORTDOCS
defined.
>How-To-Repeat:
make install -DNOPORTDOCS
make deinstall
>Fix:
--- Makefile.orig	Sat Aug 30 20:14:39 2003
+++ Makefile	Sat Aug 30 21:18:47 2003
@@ -7,6 +7,7 @@

 PORTNAME=	phpbb
 PORTVERSION=	2.0.6
+PORTREVISION=	1
 CATEGORIES=	www
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -83,7 +84,7 @@
 post-install:
 #	@ cd ${DATADIR} && ${INSTALL} -c -o ${WWWOWN} -g ${WWWGRP} \
 #	  ${EXCEPTFILES} ${PREFIX}/${PHPBBDIR}
-.if !defined(NOPORTOCS)
+.if !defined(NOPORTDOCS)
 	@ ${MKDIR} ${DOCSDIR}
 	@ cd ${WRKSRC}/docs && ${FIND} * -type f -maxdepth 0 \! -name
\*.bak \
 	  \! -name COPYING -exec ${INSTALL_DATA} {} ${DOCSDIR} \;
--- pkg-plist.orig	Sat Aug 30 21:22:27 2003
+++ pkg-plist	Sat Aug 30 21:31:33 2003
@@ -302,7 +302,7 @@
 %%PHPBBDIR%%/viewtopic.php
 @exec touch %B/config.php
 @exec chown -R %%WWWOWN%%:%%WWWGRP%% %B
- at dirrm share/doc/phpbb
+%%PORTDOCS%%@dirrm share/doc/phpbb
 @unexec rmdir %D/share/doc 2>/dev/null || true
 @dirrm share/phpbb/contrib
 @dirrm share/phpbb


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list