diff options
author | shige <shige@FreeBSD.org> | 2000-10-27 23:37:45 +0800 |
---|---|---|
committer | shige <shige@FreeBSD.org> | 2000-10-27 23:37:45 +0800 |
commit | 9dfbc4e2e793fee7ab868c701ae77ef7dee2ca27 (patch) | |
tree | a59f0183434d1279c41b4693e1a376986df994cc /textproc/docbook/Makefile | |
parent | 99b518c44499414aa8bdd4dcbc1ae24ab0866b25 (diff) | |
download | freebsd-ports-gnome-9dfbc4e2e793fee7ab868c701ae77ef7dee2ca27.tar.gz freebsd-ports-gnome-9dfbc4e2e793fee7ab868c701ae77ef7dee2ca27.tar.zst freebsd-ports-gnome-9dfbc4e2e793fee7ab868c701ae77ef7dee2ca27.zip |
Change this port to a meta port.
Diffstat (limited to 'textproc/docbook/Makefile')
-rw-r--r-- | textproc/docbook/Makefile | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/textproc/docbook/Makefile b/textproc/docbook/Makefile index e6b8287f1c46..c2cd9676a237 100644 --- a/textproc/docbook/Makefile +++ b/textproc/docbook/Makefile @@ -8,7 +8,7 @@ # PORTNAME= docbook -PORTVERSION= 1.1 +PORTVERSION= 1.2 CATEGORIES= textproc MASTER_SITES= # empty DISTFILES= # empty @@ -25,13 +25,6 @@ RUN_DEPENDS= ${PREFIX}/share/sgml/iso8879:${PORTSDIR}/textproc/iso8879 \ EXTRACT_ONLY= # empty NO_BUILD= yes -do-install: # empty - -post-install: - ${ECHO} 'CATALOG "2.4.1/catalog"' > ${PREFIX}/share/sgml/docbook/catalog - ${ECHO} 'CATALOG "3.0/catalog"' >> ${PREFIX}/share/sgml/docbook/catalog - ${ECHO} 'CATALOG "3.1/catalog"' >> ${PREFIX}/share/sgml/docbook/catalog - ${ECHO} 'CATALOG "4.0/catalog"' >> ${PREFIX}/share/sgml/docbook/catalog - ${ECHO} 'CATALOG "4.1/catalog"' >> ${PREFIX}/share/sgml/docbook/catalog +do-install: #empty .include <bsd.port.mk> |