diff options
Diffstat (limited to 'devel/cxref/Makefile')
-rw-r--r-- | devel/cxref/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/cxref/Makefile b/devel/cxref/Makefile index 100456117259..4c632963e7f9 100644 --- a/devel/cxref/Makefile +++ b/devel/cxref/Makefile @@ -1,4 +1,4 @@ -# Created by: Thomas Gellekum <tg@freebsd.org> +# Created by: Thomas Gellekum <tg@FreeBSD.org> # $FreeBSD$ PORTNAME= cxref @@ -20,6 +20,7 @@ ALL_TARGET= programs MAN1= cxref.1 cxref-query.1 +NO_STAGE= yes post-install: @${MKDIR} ${DATADIR} @${INSTALL_SCRIPT} ${WRKSRC}/contrib/*.pl ${DATADIR} |