diff --git a/net/sl2tps/Makefile b/net/sl2tps/Makefile index 95ecf95b89b2..00a4cda59c46 100644 --- a/net/sl2tps/Makefile +++ b/net/sl2tps/Makefile @@ -1,24 +1,25 @@ PORTNAME= sl2tps PORTVERSION= 0.4.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net MASTER_SITES= SF/libpdel/${PORTNAME}/${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Simple L2TP server based on libpdel(3) and netgraph(4) WWW= https://sourceforge.net/projects/libpdel/ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYRIGHT LIB_DEPENDS= libpdel.so:devel/libpdel USES= uidfix post-patch: @${REINPLACE_CMD} -e \ 's|$${PREFIX}/include|$${LOCALBASE}/include|g ; \ /-g/s|^CFLAGS|#CFLAGS|g ; \ - s|$${PREFIX}/lib|$${LOCALBASE}/lib|g' ${WRKSRC}/Makefile + s|$${PREFIX}/lib|$${LOCALBASE}/lib|g ; \ + s|$${PREFIX}/man|$${PREFIX}/share/man|g' ${WRKSRC}/Makefile .include diff --git a/net/sl2tps/pkg-plist b/net/sl2tps/pkg-plist index b9a3c87ea221..3a571f5b2da4 100644 --- a/net/sl2tps/pkg-plist +++ b/net/sl2tps/pkg-plist @@ -1,3 +1,3 @@ bin/sl2tps @sample %%ETCDIR%%/config.xml.sample -man/man1/sl2tps.1.gz +share/man/man1/sl2tps.1.gz