summaryrefslogtreecommitdiffstats
path: root/lang/modula-3-socks
diff options
context:
space:
mode:
authormharo <mharo@FreeBSD.org>1999-08-27 22:42:05 +0000
committermharo <mharo@FreeBSD.org>1999-08-27 22:42:05 +0000
commit1e5d52c1c8940883acc1336ab1a10a233260b10b (patch)
treea63b148f2c1b5af65bbb94cd11b0c7317701a60c /lang/modula-3-socks
parentc3ab5a46bf1c4a0c195472af9f20535e1b9cce7d (diff)
downloadFreeBSD-ports-1e5d52c1c8940883acc1336ab1a10a233260b10b.zip
FreeBSD-ports-1e5d52c1c8940883acc1336ab1a10a233260b10b.tar.gz
portlint and move manpages from PLIST to Makefile
Diffstat (limited to 'lang/modula-3-socks')
-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 056ed66..b2a4342 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 980d2ad..382077f 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
OpenPOWER on IntegriCloud