diff options
Diffstat (limited to 'textproc/linuxdoc/Makefile')
-rw-r--r-- | textproc/linuxdoc/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/textproc/linuxdoc/Makefile b/textproc/linuxdoc/Makefile index cccc67cc840a..786abdc840b6 100644 --- a/textproc/linuxdoc/Makefile +++ b/textproc/linuxdoc/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: linuxdoc -# Date created: July 8, 1997 -# Whom: jfieber -# +# Created by: jfieber # $FreeBSD$ -# PORTNAME= linuxdoc PORTVERSION= 1.1 @@ -30,6 +26,7 @@ ISOCAT= ${PREFIX}/share/sgml/iso8879/catalog XMLCATMGR= ${LOCALBASE}/bin/xmlcatmgr CATALOG_PORTS_SGML= ${PREFIX}/share/sgml/catalog.ports +NO_STAGE= yes pre-su-install: @[ -d ${INSTDIR} ] || ${MKDIR} ${INSTDIR} |