diff options
author | martymac <martymac@FreeBSD.org> | 2010-10-15 19:45:15 +0800 |
---|---|---|
committer | martymac <martymac@FreeBSD.org> | 2010-10-15 19:45:15 +0800 |
commit | d4974db5ca3c63d41bdd5587831ca38d74411306 (patch) | |
tree | 3e4326ba41d1132b31e621adfb0346518b797118 /security/fakeroot/Makefile | |
parent | 117d3b0f91e67134108e043791125d8f158c0b82 (diff) | |
download | freebsd-ports-gnome-d4974db5ca3c63d41bdd5587831ca38d74411306.tar.gz freebsd-ports-gnome-d4974db5ca3c63d41bdd5587831ca38d74411306.tar.zst freebsd-ports-gnome-d4974db5ca3c63d41bdd5587831ca38d74411306.zip |
- Update to 1.14.4, some changes include :
* communicate.h: patch from Bernhard Reutner-Fischer to enable LFS
builds against uClibc. closes: #556257.
- Add missing LICENSE
Approved by: ehaupt (mentor)
Diffstat (limited to 'security/fakeroot/Makefile')
-rw-r--r-- | security/fakeroot/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/security/fakeroot/Makefile b/security/fakeroot/Makefile index 05e727038d13..b1eed54eccd5 100644 --- a/security/fakeroot/Makefile +++ b/security/fakeroot/Makefile @@ -6,15 +6,18 @@ # PORTNAME= fakeroot -PORTVERSION= 1.14.3 +PORTVERSION= 1.14.4 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_DEBIAN} MASTER_SITE_SUBDIR= pool/main/f/fakeroot -DISTNAME= ${PORTNAME}_${PORTVERSION} +DISTNAME= ${PORTNAME}_${PORTVERSION}.orig MAINTAINER= martymac@FreeBSD.org COMMENT= Simulate the root user behaviour +LICENSE= GPLv3 + +USE_BZIP2= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-ipc=tcp USE_AUTOTOOLS= libtool:22 |