diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-08-27 22:42:05 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-08-27 22:42:05 +0000 |
commit | bbf7c96c85264935451a3fe4cdaf572b0041c585 (patch) | |
tree | 8196fd251f9ec57fbc79f44a7bf918c7a440d944 /lang/modula-3-socks | |
parent | e11449c14afe5efe1b1e53848291267cc7fdbeed (diff) | |
download | ports-bbf7c96c85264935451a3fe4cdaf572b0041c585.tar.gz ports-bbf7c96c85264935451a3fe4cdaf572b0041c585.zip |
Notes
Diffstat (limited to 'lang/modula-3-socks')
-rw-r--r-- | lang/modula-3-socks/Makefile | 7 | ||||
-rw-r--r-- | lang/modula-3-socks/pkg-plist | 2 |
2 files changed, 5 insertions, 4 deletions
diff --git a/lang/modula-3-socks/Makefile b/lang/modula-3-socks/Makefile index 056ed664b2f8..b2a434233cba 100644 --- a/lang/modula-3-socks/Makefile +++ b/lang/modula-3-socks/Makefile @@ -6,16 +6,19 @@ # $FreeBSD$ # -DISTNAME= modula-3-socks +DISTNAME= socks PKGNAME= modula-3-socks-1.0 CATEGORIES= lang MASTER_SITES= ftp://ftp.cup.hp.com/dist/socks/A.B9.06/ -DISTFILES= socks.tar.gz MAINTAINER= jdp@polstra.com NO_WRKSUBDIR= yes +MANCOMPRESSED= yes +MAN1= m3socks.1 +MAN5= m3socks.conf.5 + libm3socks_files= accept.c bind.c close.c connect.c dup.c dup2.c \ gethostbyaddr.c gethostbyname.c getpeername.c \ getsockname.c listen.c read.c recv.c recvfrom.c \ diff --git a/lang/modula-3-socks/pkg-plist b/lang/modula-3-socks/pkg-plist index 980d2ad0ad55..382077f95167 100644 --- a/lang/modula-3-socks/pkg-plist +++ b/lang/modula-3-socks/pkg-plist @@ -1,5 +1,3 @@ bin/m3socks lib/m3/FreeBSD2/libm3socks.so -man/man1/m3socks.1.gz -man/man5/m3socks.conf.5.gz @exec if [ ! -f %D/etc/m3socks.conf ]; then echo "Please create a configuration file in %D/etc/m3socks.conf"; echo "Read m3socks.conf(5) for details"; fi |