aboutsummaryrefslogtreecommitdiffstats
path: root/misc/xdelta
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2015-05-09 16:29:36 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2015-05-09 16:29:36 +0800
commitd9ba816c08154f9e2129af71e113da9eab904a7d (patch)
treec82dc84fef9147dbf8630cfd91853692a52f0afd /misc/xdelta
parent2fddd6adc3f8d090e2493fea8381e169751efbcd (diff)
downloadfreebsd-ports-gnome-d9ba816c08154f9e2129af71e113da9eab904a7d.tar.gz
freebsd-ports-gnome-d9ba816c08154f9e2129af71e113da9eab904a7d.tar.zst
freebsd-ports-gnome-d9ba816c08154f9e2129af71e113da9eab904a7d.zip
- Simplify MASTER_SITES
- Add LICENSE - Strip libraries
Diffstat (limited to 'misc/xdelta')
-rw-r--r--misc/xdelta/Makefile10
1 files changed, 8 insertions, 2 deletions
diff --git a/misc/xdelta/Makefile b/misc/xdelta/Makefile
index 35885dfbeb62..20258dfd03fa 100644
--- a/misc/xdelta/Makefile
+++ b/misc/xdelta/Makefile
@@ -3,16 +3,22 @@
PORTNAME= xdelta
PORTVERSION= 1.1.4
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= misc devel
-MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
+MASTER_SITES= GOOGLE_CODE
MAINTAINER= ports@FreeBSD.org
COMMENT= Diff/patch utility for binary files
+LICENSE= GPLv2 # or later
+LICENSE_FILE= ${WRKSRC}/COPYING
+
USES= libtool pkgconfig
USE_GNOME= glib20
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
+post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/*.so
+
.include <bsd.port.mk>