ports/124791: [maintainer] mail/vchkuser fix path of files on PLIST_FILES

Luiz Otavio O Souza loos.br at FreeBSD.org
Fri Jun 20 16:20:02 UTC 2008


>Number:         124791
>Category:       ports
>Synopsis:       [maintainer]  mail/vchkuser fix path of files on PLIST_FILES
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jun 20 16:20:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Luiz Otavio O Souza
>Release:        7.0-STABLE-i386
>Organization:
>Environment:
FreeBSD server.rede.int.br 7.0-STABLE FreeBSD 7.0-STABLE #7: Tue Jun 17 14:50:24 BRT 2008     root at server.rede.int.br:/usr/obj/usr/src/sys/FW  i386

>Description:
Fix the previous change, wich break the port plist files.
Bump port_revision.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

--- Makefile.orig	2008-06-20 13:05:43.000000000 -0300
+++ Makefile	2008-06-20 13:07:51.000000000 -0300
@@ -7,7 +7,7 @@
 
 PORTNAME=	vchkuser
 PORTVERSION=	0.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	mail
 MASTER_SITES=	SF
 
@@ -30,8 +30,8 @@
 	@${MKDIR} ${DOCSDIR}
 	@${INSTALL_DATA} ${DOCS:S,^,${WRKSRC}/,} ${DOCSDIR}/
 
-PLIST_FILES+=	${DOCSDIR}/README ${DOCSDIR}/CHANGELOG
-PLIST_DIRS=	${DOCSDIR}
+PLIST_FILES+=	${DOCSDIR_REL}/README ${DOCSDIR_REL}/CHANGELOG
+PLIST_DIRS=	${DOCSDIR_REL}
 .endif
 
 .include <bsd.port.mk>


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



More information about the freebsd-ports-bugs mailing list