diff options
author | rene <rene@FreeBSD.org> | 2010-09-21 01:55:49 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2010-09-21 01:55:49 +0800 |
commit | f790bfa79d0aa8f9a52bf6879d252499d8c2e6a3 (patch) | |
tree | 596e48daaafa916de6154f8a42afe8d697175711 /devel | |
parent | 344e12fdca984293d9cd68b49ed2ba6b66448850 (diff) | |
download | freebsd-ports-gnome-f790bfa79d0aa8f9a52bf6879d252499d8c2e6a3.tar.gz freebsd-ports-gnome-f790bfa79d0aa8f9a52bf6879d252499d8c2e6a3.tar.zst freebsd-ports-gnome-f790bfa79d0aa8f9a52bf6879d252499d8c2e6a3.zip |
- take maintainership
- pet portlint
- do not install INSTALL as PORTDOCS
- do not install COPYING as PORTDOCS, use the license framework instead
Diffstat (limited to 'devel')
-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> |