portlint and move manpages from PLIST to Makefile

This commit is contained in:
Michael Haro 1999-08-27 22:42:05 +00:00
parent e11449c14a
commit bbf7c96c85
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=21039
2 changed files with 5 additions and 4 deletions

View File

@ -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 \

View File

@ -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