diff options
author | sat <sat@FreeBSD.org> | 2006-06-03 21:55:51 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2006-06-03 21:55:51 +0800 |
commit | fd8e530d7c080c42128fc930dcd6924e8dc5ff34 (patch) | |
tree | d1ef8c5a9e774df1446918ebf898072fb7b14cc4 /misc | |
parent | bdfb958c1d01aa0dfb4812b203b88af651a9c4a8 (diff) | |
download | freebsd-ports-gnome-fd8e530d7c080c42128fc930dcd6924e8dc5ff34.tar.gz freebsd-ports-gnome-fd8e530d7c080c42128fc930dcd6924e8dc5ff34.tar.zst freebsd-ports-gnome-fd8e530d7c080c42128fc930dcd6924e8dc5ff34.zip |
- Take maintainership
- Pet portlint(1)
PR: ports/97965
Submitted by: Rene Ladan <r.c.ladan@gmail.com>
Diffstat (limited to 'misc')
-rw-r--r-- | misc/compat5x/Makefile | 2 | ||||
-rw-r--r-- | misc/compat5x/pkg-descr | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/misc/compat5x/Makefile b/misc/compat5x/Makefile index c3156f1124f4..84592a6ea5d6 100644 --- a/misc/compat5x/Makefile +++ b/misc/compat5x/Makefile @@ -18,7 +18,7 @@ MASTER_SITE_SUBDIR=lesi/compat5x PKGNAMESUFFIX= -${ARCH} DISTNAME= ${PORTNAME}-${ARCH}-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= r.c.ladan@gmail.com COMMENT= A convenience package to install the compat5x libraries ONLY_FOR_ARCHS= alpha amd64 i386 sparc64 diff --git a/misc/compat5x/pkg-descr b/misc/compat5x/pkg-descr index 33f03eeb7e76..cb9a1c50c884 100644 --- a/misc/compat5x/pkg-descr +++ b/misc/compat5x/pkg-descr @@ -8,4 +8,3 @@ Usage example: .if ${OSVERSION} >= 600000 LIB_DEPENDS+= c.5:${PORTSDIR}/misc/compat5x .endif - |