diff options
author | miwi <miwi@FreeBSD.org> | 2013-02-07 22:32:00 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2013-02-07 22:32:00 +0800 |
commit | 2f01f856983270c3bc4e56a33ed3b5c66723fe64 (patch) | |
tree | 506a63740d63bf549a23b304e35d6472abc58ec0 /misc/xd/Makefile | |
parent | ad8f651175ceb288b493977e352c6adb449ef069 (diff) | |
download | freebsd-ports-gnome-2f01f856983270c3bc4e56a33ed3b5c66723fe64.tar.gz freebsd-ports-gnome-2f01f856983270c3bc4e56a33ed3b5c66723fe64.tar.zst freebsd-ports-gnome-2f01f856983270c3bc4e56a33ed3b5c66723fe64.zip |
- Fix build with clang
PR: 175044
Submitted by: ports fury
Diffstat (limited to 'misc/xd/Makefile')
-rw-r--r-- | misc/xd/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/misc/xd/Makefile b/misc/xd/Makefile index 24e429334bf6..5b10899501aa 100644 --- a/misc/xd/Makefile +++ b/misc/xd/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: xd -# Date created: 17 October 1997 -# Whom: KIRIYAMA Kazuhiko <kiri@kiri.toba-cmt.ac.jp> -# +# Created by: KIRIYAMA Kazuhiko <kiri@kiri.toba-cmt.ac.jp> # $FreeBSD$ -# PORTNAME= xd PORTVERSION= 2.3 @@ -14,6 +10,8 @@ DISTNAME= xd-8087 MAINTAINER= ports@FreeBSD.org COMMENT= Yet another dump utility +LICENSE= BSD + MAKE_ARGS= CC="${CC}" BINDIR="${PREFIX}/bin" \ MANDIR="${MAN1PREFIX}/man/man" |