diff options
Diffstat (limited to 'net/xisp/Makefile')
-rw-r--r-- | net/xisp/Makefile | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/net/xisp/Makefile b/net/xisp/Makefile index da7db615b0e2..7a91f803c571 100644 --- a/net/xisp/Makefile +++ b/net/xisp/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xisp -PORTVERSION= 2.7p1 +PORTVERSION= 2.7p4 CATEGORIES= net MASTER_SITES= http://xisp.hellug.gr/release/ @@ -17,10 +17,15 @@ COMMENT= A user-friendly X interface to pppd/chat LIB_DEPENDS= forms.1:${PORTSDIR}/x11-toolkits/xforms -BROKEN= Installs into etc/ppp and doesn't clean it up - USE_XPM= yes +USE_X_PREFIX= yes + +MAKE_ENV+= CCFLAGS="${CFLAGS}" MAN1= xisp.1 +post-patch: + @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' \ + ${WRKSRC}/Makefile + .include <bsd.port.mk> |