diff options
Diffstat (limited to 'devel/autotools/Makefile')
-rw-r--r-- | devel/autotools/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/devel/autotools/Makefile b/devel/autotools/Makefile index 92fec50..4a8e559 100644 --- a/devel/autotools/Makefile +++ b/devel/autotools/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: autotools -# Date created: 14th April 2007 -# Whom: Ade Lovett <ade@FreeBSD.org> -# +# Created by: Ade Lovett <ade@FreeBSD.org> # $FreeBSD$ PORTNAME= autotools @@ -26,6 +23,7 @@ PLIST_FILES= share/${PORTNAME} NO_BUILD= yes NO_FETCH= yes +NO_STAGE= yes do-install: @${ECHO_CMD} "Placeholder file" > ${PREFIX}/${PLIST_FILES} |