diff options
Diffstat (limited to 'net/sdl_net/Makefile')
-rw-r--r-- | net/sdl_net/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/sdl_net/Makefile b/net/sdl_net/Makefile index f495421b9f6f..54efb1b9aa6f 100644 --- a/net/sdl_net/Makefile +++ b/net/sdl_net/Makefile @@ -12,13 +12,13 @@ CATEGORIES= net MASTER_SITES= http://www.libsdl.org/projects/SDL_net/release/ DISTNAME= SDL_net-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= shaun@FreeBSD.org COMMENT= A small sample cross-platform networking library USE_SDL= sdl USE_GMAKE= yes GNU_CONFIGURE= yes -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes post-configure: @${REINPLACE_CMD} -e \ |