Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Jul 2006 19:56:40 +0800 (CST)
From:      Rong-En Fan <rafan@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        des@FreeBSD.org
Subject:   ports/99777: [PATCH] textproc/docbook-xsl: pkg-plist fix, portlint(1)
Message-ID:  <200607041156.k64Buen7019213@svm.csie.ntu.edu.tw>
Resent-Message-ID: <200607041200.k64C0Xf1087596@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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
+@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200607041156.k64Buen7019213>