summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorJacques Vidrine <nectar@FreeBSD.org>2005-02-25 03:22:41 +0000
committerJacques Vidrine <nectar@FreeBSD.org>2005-02-25 03:22:41 +0000
commitfc7c5ef303228b09cf5536f3ce6b02176adcafd8 (patch)
tree365e34477191f9438f821e82d15c915a344327e8 /textproc
parentUpdate to dspam-devel-3.4.r1.20050216.0945 (diff)
Fix the packing list so that when the port is deinstalled,
$PREFIX/share/xml/dtd will be removed if it is empty. Reported by: kris
Notes
Notes: svn path=/head/; revision=129715
Diffstat (limited to 'textproc')
-rw-r--r--textproc/xhtml-modularization/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/xhtml-modularization/Makefile b/textproc/xhtml-modularization/Makefile
index 76210567da59..256f597aa3d9 100644
--- a/textproc/xhtml-modularization/Makefile
+++ b/textproc/xhtml-modularization/Makefile
@@ -70,7 +70,7 @@ pre-install:
${ECHO} "@unexec ${SGMLCAT_RM}" >> ${PLIST}
${ECHO} "@exec ${SGMLCAT_ADD}" >> ${PLIST}
${ECHO} "@dirrm ${dir_DTD}" >> ${PLIST}
- ${ECHO} '@unexec rmdir %D share/xml/dtd 2>/dev/null || true' >> \
+ ${ECHO} '@unexec rmdir %D/share/xml/dtd 2>/dev/null || true' >> \
${PLIST}
${ECHO} "@dirrm ${dir_DOC}/images" >> ${PLIST}
${ECHO} "@dirrm ${dir_DOC}" >> ${PLIST}