diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-06-03 13:55:51 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-06-03 13:55:51 +0000 |
commit | c410bb1e5fe3ace6bc25c345aa657ba254f54c40 (patch) | |
tree | 4ba6a58f8a9b8c6f1abcf967e5deaad4c7066523 /misc/compat5x | |
parent | 58f9946c7a28bac19cfa5f8a35aa356e0138c2d2 (diff) | |
download | ports-c410bb1e5fe3ace6bc25c345aa657ba254f54c40.tar.gz ports-c410bb1e5fe3ace6bc25c345aa657ba254f54c40.zip |
Notes
Diffstat (limited to 'misc/compat5x')
-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 - |