diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 17:04:43 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 17:04:43 +0000 |
commit | 34b7e6ee7edc38e6303aa5e0ca296c0867ee08d5 (patch) | |
tree | ed5885ce2dac897e773c37ed9c6f43b452790bae /devel/hexcompare | |
parent | 857aec5d6b82d83ac07f49f4dab6463acb984c3c (diff) | |
download | ports-34b7e6ee7edc38e6303aa5e0ca296c0867ee08d5.tar.gz ports-34b7e6ee7edc38e6303aa5e0ca296c0867ee08d5.zip |
Notes
Diffstat (limited to 'devel/hexcompare')
-rw-r--r-- | devel/hexcompare/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/devel/hexcompare/Makefile b/devel/hexcompare/Makefile index aaece8b0263e..bedd28a18370 100644 --- a/devel/hexcompare/Makefile +++ b/devel/hexcompare/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: hexcompare -# Date created: 2010-07-20 -# Whom: Steven Kreuzer <skreuzer@FreeBSD.org> -# +# Created by: Steven Kreuzer <skreuzer@FreeBSD.org> # $FreeBSD$ -# PORTNAME= hexcompare PORTVERSION= 1.0.2 @@ -18,6 +14,7 @@ LICENSE= GPLv3 PLIST_FILES= bin/hexcompare +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e 's|gcc|${CC}|g' ${WRKSRC}/Makefile |