summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lang/modula-3-socks/Makefile7
-rw-r--r--lang/modula-3-socks/pkg-plist2
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