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-450/Makefile | |
parent | 83f65384c9041fa9a31c84b5e21b643fa2bf97c6 (diff) |
Notes
Diffstat (limited to 'textproc/docbook-xml-450/Makefile')
-rw-r--r-- | textproc/docbook-xml-450/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/textproc/docbook-xml-450/Makefile b/textproc/docbook-xml-450/Makefile index 59feee56f2aa..e1714d9ef472 100644 --- a/textproc/docbook-xml-450/Makefile +++ b/textproc/docbook-xml-450/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: docbook-xml-450 -# Date created: 2006-10-31 -# Whom: alepulver -# +# Created by: alepulver # $FreeBSD$ PORTNAME= docbook-xml @@ -43,6 +40,7 @@ ENT_FILES= isoamsa.ent isoamsb.ent isoamsc.ent isoamsn.ent \ isogrk3.ent isogrk4.ent isolat1.ent isolat2.ent \ isonum.ent isopub.ent isotech.ent +NO_STAGE= yes pre-install: @${RM} -f ${PLIST} .for F in ${ENT_FILES} |