diff options
Diffstat (limited to 'science/buddy/Makefile')
-rw-r--r-- | science/buddy/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/science/buddy/Makefile b/science/buddy/Makefile index 14614b9172e5..a4571652e17a 100644 --- a/science/buddy/Makefile +++ b/science/buddy/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: buddy -# Date created: 31 August 2004 -# Whom: Leland Wang <llwang@infor.org> -# +# Created by: Leland Wang <llwang@infor.org> # $FreeBSD$ -# PORTNAME= buddy PORTVERSION= 2.4 @@ -21,6 +17,7 @@ USE_LDCONFIG= yes DOCS= doc/bddnotes.ps doc/buddy.ps doc/tech.txt README AUTHORS +NO_STAGE= yes post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} |