diff options
author | dougb <dougb@FreeBSD.org> | 2012-08-06 07:19:36 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2012-08-06 07:19:36 +0800 |
commit | f0d9f58b7f1825fb95236f427a6400ad54ad4b5e (patch) | |
tree | 1ed78841e1757014ccc09581c61c3683992d3f77 /net/nylon/Makefile | |
parent | 37b2a027341f57b44383efc005905ca41779dce6 (diff) | |
download | freebsd-ports-graphics-f0d9f58b7f1825fb95236f427a6400ad54ad4b5e.tar.gz freebsd-ports-graphics-f0d9f58b7f1825fb95236f427a6400ad54ad4b5e.tar.zst freebsd-ports-graphics-f0d9f58b7f1825fb95236f427a6400ad54ad4b5e.zip |
Move the rc.d scripts of the form *.sh.in to *.in
Where necessary add $FreeBSD$ to the file
No PORTREVISION bump necessary because this is a no-op
Diffstat (limited to 'net/nylon/Makefile')
-rw-r--r-- | net/nylon/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/nylon/Makefile b/net/nylon/Makefile index 3a7f81fdf4b..b41f676695d 100644 --- a/net/nylon/Makefile +++ b/net/nylon/Makefile @@ -17,7 +17,7 @@ COMMENT= A Unix SOCKS 4 and 5 proxy server LIB_DEPENDS= event-1.4:${PORTSDIR}/devel/libevent -USE_RC_SUBR= nylon.sh +USE_RC_SUBR= nylon GNU_CONFIGURE= yes # Necessary for $PREFIX to work: |