diff options
author | Rene Ladan <rene@FreeBSD.org> | 2010-09-20 17:55:49 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2010-09-20 17:55:49 +0000 |
commit | 45877b5a0e525ce8461ba492a7d7ce4d70ab2b4f (patch) | |
tree | e34ecb5144af967fb1c455c92b10feff9303d3c9 /devel/chrpath | |
parent | 094fc9c03e233d32610700095e1313b886ab4139 (diff) | |
download | ports-45877b5a0e525ce8461ba492a7d7ce4d70ab2b4f.tar.gz ports-45877b5a0e525ce8461ba492a7d7ce4d70ab2b4f.zip |
Notes
Diffstat (limited to 'devel/chrpath')
-rw-r--r-- | devel/chrpath/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/devel/chrpath/Makefile b/devel/chrpath/Makefile index 9b9118fd75d6..7dc09d1ce350 100644 --- a/devel/chrpath/Makefile +++ b/devel/chrpath/Makefile @@ -11,16 +11,19 @@ PORTREVISION= 1 CATEGORIES= devel sysutils MASTER_SITES= http://ftp.tux.org/pub/X-Windows/ftp.hungry.com/chrpath/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= rene@FreeBSD.org COMMENT= Tool to modify DT_RPATH in existing ELF binaries +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + GNU_CONFIGURE= yes MAN1= chrpath.1 -PLIST_FILES= bin/chrpath +PLIST_FILES= bin/chrpath -PORTDOCS= AUTHORS COPYING ChangeLog INSTALL NEWS README +PORTDOCS= AUTHORS ChangeLog NEWS README post-install: .if !defined(NOPORTDOCS) @@ -30,5 +33,4 @@ post-install: . endfor .endif - .include <bsd.port.mk> |