ports/99777: [PATCH] textproc/docbook-xsl: pkg-plist fix, portlint(1)

Rong-En Fan rafan at FreeBSD.org
Tue Jul 4 12:00:34 UTC 2006


>Number:         99777
>Category:       ports
>Synopsis:       [PATCH] textproc/docbook-xsl: pkg-plist fix, portlint(1)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jul 04 12:00:32 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Rong-En Fan
>Release:        FreeBSD 6.1-RELEASE i386
>Organization:
NTU CSIE
>Environment:
>Description:
- pkg-plist fix, lost in previous update
- use ${RMDIR} to pet portlint(1)

Port maintainer (des at FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- docbook-xsl-1.70.1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /big/freebsd-cvsup/ncvs/ports/textproc/docbook-xsl/Makefile,v
retrieving revision 1.38
diff -u -u -r1.38 Makefile
--- Makefile	30 Jun 2006 12:53:39 -0000	1.38
+++ Makefile	4 Jul 2006 11:55:07 -0000
@@ -58,8 +58,8 @@
 		${TAR} -xf - -C${PINSTDIR})
 
 post-install:
-	rmdir ${PREFIX}/share/xsl/docbook/extensions/build
-	rmdir ${PREFIX}/share/xsl/docbook/extensions/build2
+	${RMDIR} ${PREFIX}/share/xsl/docbook/extensions/build
+	${RMDIR} ${PREFIX}/share/xsl/docbook/extensions/build2
 	@${SETENV} PKG_PREFIX=${PREFIX} \
 		${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
 
Index: pkg-plist
===================================================================
RCS file: /big/freebsd-cvsup/ncvs/ports/textproc/docbook-xsl/pkg-plist,v
retrieving revision 1.31
diff -u -u -r1.31 pkg-plist
--- pkg-plist	23 Jun 2006 09:10:47 -0000	1.31
+++ pkg-plist	4 Jul 2006 11:55:07 -0000
@@ -1883,6 +1883,7 @@
 @dirrm share/xsl/docbook/extensions
 @dirrm share/xsl/docbook/common
 @dirrm share/xsl/docbook
+ at dirrmtry share/xsl
 @dirrm %%PORTDOCS%%%%DOCSDIR%%/wordml
 @dirrm %%PORTDOCS%%%%DOCSDIR%%/website
 @dirrm %%PORTDOCS%%%%DOCSDIR%%/template
--- docbook-xsl-1.70.1.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list