diff options
author | mat <mat@FreeBSD.org> | 2014-02-19 22:45:19 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2014-02-19 22:45:19 +0800 |
commit | dbb1ea4a1c2c2fd33c12e2595f9c2c338eca812a (patch) | |
tree | 613726703c4327bff2ddfcb55ef1b9f90d377c79 /databases | |
parent | 9a203bdd2462c6238732c3f2c8888a02e114c3ea (diff) | |
download | freebsd-ports-gnome-dbb1ea4a1c2c2fd33c12e2595f9c2c338eca812a.tar.gz freebsd-ports-gnome-dbb1ea4a1c2c2fd33c12e2595f9c2c338eca812a.tar.zst freebsd-ports-gnome-dbb1ea4a1c2c2fd33c12e2595f9c2c338eca812a.zip |
Consolidate the docbook ports into -sgml and -xml variants.
Submitted by: hrs (based on)
Sponsored by: Absolight
Diffstat (limited to 'databases')
-rw-r--r-- | databases/postgresql91-docs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/postgresql91-docs/Makefile b/databases/postgresql91-docs/Makefile index d13263835ee8..eb075b156ed1 100644 --- a/databases/postgresql91-docs/Makefile +++ b/databases/postgresql91-docs/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= postgresql -PORTREVISION= 0 +PORTREVISION= 1 PKGNAMESUFFIX?= ${DISTV:S/.//}-docs DISTV= ${DISTVERSION:R} @@ -27,7 +27,7 @@ BUILD_DEPENDS+= onsgmls:${PORTSDIR}/textproc/opensp \ openjade:${PORTSDIR}/textproc/openjade \ ${sgmldir}/iso8879/catalog:${PORTSDIR}/textproc/iso8879 \ ${dbdir}/dsssl/modular/catalog:${PORTSDIR}/textproc/dsssl-docbook-modular \ - ${dbdir}/4.2:${PORTSDIR}/textproc/docbook-420 + ${dbdir}/4.2:${PORTSDIR}/textproc/docbook-sgml NO_STAGE= yes do-build: |