diff options
Diffstat (limited to 'textproc/html/Makefile')
-rw-r--r-- | textproc/html/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/textproc/html/Makefile b/textproc/html/Makefile index 891cda740bde..961f47950166 100644 --- a/textproc/html/Makefile +++ b/textproc/html/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: html -# Date created: Sept 19, 1997 -# Whom: jfieber -# +# Created by: jfieber # $FreeBSD$ -# PORTNAME= html PORTVERSION= 4.01 @@ -29,6 +25,7 @@ INSTDIR= ${PREFIX}/share/sgml/html XMLCATMGR= ${LOCALBASE}/bin/xmlcatmgr CATALOG_PORTS_SGML= ${PREFIX}/share/sgml/catalog.ports +NO_STAGE= yes pre-su-install: @[ -d ${INSTDIR} ] || ${MKDIR} ${INSTDIR} |