diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 23:17:30 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 23:17:30 +0000 |
commit | 0068f2d47fabca8b05218243fb099000a6413c86 (patch) | |
tree | b8fd4b8a52985538fae79abf3fc275d83a2b9feb /textproc/docbook-xml-430 | |
parent | 83f65384c9041fa9a31c84b5e21b643fa2bf97c6 (diff) |
Notes
Diffstat (limited to 'textproc/docbook-xml-430')
-rw-r--r-- | textproc/docbook-xml-430/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/textproc/docbook-xml-430/Makefile b/textproc/docbook-xml-430/Makefile index 5f8228456dc2..0c9766f177bb 100644 --- a/textproc/docbook-xml-430/Makefile +++ b/textproc/docbook-xml-430/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: docbook-xml-430 -# Date created: 02 Apr 2004 -# Whom: hrs -# +# Created by: hrs # $FreeBSD$ PORTNAME= docbook-xml @@ -43,6 +40,7 @@ ENT_FILES= iso-amsa.ent iso-amsb.ent iso-amsc.ent iso-amsn.ent \ iso-grk3.ent iso-grk4.ent iso-lat1.ent iso-lat2.ent \ iso-num.ent iso-pub.ent iso-tech.ent +NO_STAGE= yes pre-install: (for F in ${ENT_FILES}; do \ ${ECHO_CMD} "${ENTDIR}/$${F}"; \ |