diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 16:31:57 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 16:31:57 +0000 |
commit | 24a1652ff482bf00e6f7e7aac23bf1be1a5f053a (patch) | |
tree | c2a277255180b245cfa87a4181d9de646edc05c4 /dns/odsclient/Makefile | |
parent | cf104c570b6057a060aff137032968074d18b40d (diff) | |
download | ports-24a1652ff482bf00e6f7e7aac23bf1be1a5f053a.tar.gz ports-24a1652ff482bf00e6f7e7aac23bf1be1a5f053a.zip |
Notes
Diffstat (limited to 'dns/odsclient/Makefile')
-rw-r--r-- | dns/odsclient/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/dns/odsclient/Makefile b/dns/odsclient/Makefile index 8c84c6f240af..78b043ffd419 100644 --- a/dns/odsclient/Makefile +++ b/dns/odsclient/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: odsclient -# Date created: Jul 22, 2001 -# Whom: geniusj@ods.org -# +# Created by: geniusj@ods.org # $FreeBSD$ -# PORTNAME= odsclient PORTVERSION= 1.03 @@ -15,6 +11,7 @@ COMMENT= ODS Dynamic DNS Client ALL_TARGET= odsclient +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e "s/^(CC|CFLAGS).+//g" ${WRKSRC}/Makefile |