diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 20:50:57 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 20:50:57 +0000 |
commit | 8ac99398e2b62e1b10333d4c88ae273f4f0ed365 (patch) | |
tree | 55ef113afedd4d15556f4a7ca6533c66396624e5 /misc/libmetalink | |
parent | 219753915ea7222f10133bbf4d97955292f0dd96 (diff) |
Notes
Diffstat (limited to 'misc/libmetalink')
-rw-r--r-- | misc/libmetalink/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/misc/libmetalink/Makefile b/misc/libmetalink/Makefile index f555f6f93150..318ce4f9434d 100644 --- a/misc/libmetalink/Makefile +++ b/misc/libmetalink/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: libmetalink -# Date created: Mon 11 Aug 2008 11:28:33 UTC -# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> -# +# Created by: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> # $FreeBSD$ -# PORTNAME= libmetalink PORTVERSION= 0.0.3 @@ -36,6 +32,7 @@ EXAMPLES_FILES= \ PORTEXAMPLES= * .endif +NO_STAGE= yes post-patch: # do not automagically install either documents or examples @${REINPLACE_CMD} -E \ |