diff options
author | Gabor Kovesdan <gabor@FreeBSD.org> | 2009-02-23 22:24:59 +0000 |
---|---|---|
committer | Gabor Kovesdan <gabor@FreeBSD.org> | 2009-02-23 22:24:59 +0000 |
commit | 2a631115b77cf9f54a284b9538d70b0f6289c7dd (patch) | |
tree | 5a2ccf859ba4c0ed3411f6585ed2bbee26c4ebc6 /textproc/docbook-xml-440 | |
parent | 491d6d248caa22399fa63ed6a179a58ae0fd68a8 (diff) |
Notes
Diffstat (limited to 'textproc/docbook-xml-440')
-rw-r--r-- | textproc/docbook-xml-440/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/textproc/docbook-xml-440/Makefile b/textproc/docbook-xml-440/Makefile index a0d7a73dd45f..8c603b98904c 100644 --- a/textproc/docbook-xml-440/Makefile +++ b/textproc/docbook-xml-440/Makefile @@ -6,6 +6,7 @@ PORTNAME= docbook-xml PORTVERSION= 4.4 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= http://www.oasis-open.org/docbook/xml/${PORTVERSION}/ @@ -42,6 +43,7 @@ ENT_FILES= isoamsa.ent isoamsb.ent isoamsc.ent isoamsn.ent \ isocyr2.ent isodia.ent isogrk1.ent isogrk2.ent \ isogrk3.ent isogrk4.ent isolat1.ent isolat2.ent \ isonum.ent isopub.ent isotech.ent +DOCSDIR= ${PREFIX}/share/${PORTNAME}/${PORTVERSION} pre-install: @${RM} -f ${PLIST} |