diff options
Diffstat (limited to 'devel/loki/Makefile')
-rw-r--r-- | devel/loki/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/devel/loki/Makefile b/devel/loki/Makefile index cd56a12f6dfc..56ac2953d694 100644 --- a/devel/loki/Makefile +++ b/devel/loki/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: loki -# Date created: 5 Feb 2006 -# Whom: Sun Chang-Ming -# +# Created by: Sun Chang-Ming # $FreeBSD$ -# PORTNAME= loki PORTVERSION= 0.1.7 @@ -21,6 +17,7 @@ DOCS= README CHANGES doc/flex/flex_string.html \ doc/yasli/Notes.txt \ doc/yasli/yasli.html +NO_STAGE= yes post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} |