diff options
author | edwin <edwin@FreeBSD.org> | 2002-11-04 11:17:29 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2002-11-04 11:17:29 +0800 |
commit | 690d5eb77dfe38a8ae1bee0d3c26e53669d15fcd (patch) | |
tree | 2cdd4a2b9a4f727046ab669be268f18bab7f2d42 /net | |
parent | 266a6d44cdb9993738dffb2c3b706a6ca59eeb36 (diff) | |
download | freebsd-ports-gnome-690d5eb77dfe38a8ae1bee0d3c26e53669d15fcd.tar.gz freebsd-ports-gnome-690d5eb77dfe38a8ae1bee0d3c26e53669d15fcd.tar.zst freebsd-ports-gnome-690d5eb77dfe38a8ae1bee0d3c26e53669d15fcd.zip |
PERL -> REINPLACE
and USE_PERL5 in some places
Noticed by: bento
Diffstat (limited to 'net')
-rw-r--r-- | net/ehnt/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/ehnt/Makefile b/net/ehnt/Makefile index 7299a2dc29ea..e02f1594367e 100644 --- a/net/ehnt/Makefile +++ b/net/ehnt/Makefile @@ -18,6 +18,8 @@ DISTFILES+= ${PORTNAME}_data-${PORTVERSION}${EXTRACT_SUFX} MAINTAINER= marck@rinet.ru +USE_PERL5= yes + MAN1= ehnt.1 MAN8= ehntserv.8 |