diff --git a/x11/9box/Makefile b/x11/9box/Makefile index 50eddb5dfafd..d66c27ed68e0 100644 --- a/x11/9box/Makefile +++ b/x11/9box/Makefile @@ -1,28 +1,28 @@ PORTNAME= 9box PORTVERSION= 0.2.1 PORTREVISION= 3 CATEGORIES= x11 MASTER_SITES= LOCAL/thierry MAINTAINER= ports@FreeBSD.org COMMENT= 9box can "pack" windows inside itself -WWW= http://www.nongnu.org/9box/ +WWW= http://savannah.nongnu.org/projects/9box/ PLIST_FILES= bin/9box USES= gmake xorg USE_XORG= xbitmaps x11 xt BUILD_WRKSRC= ${WRKSRC}/src # Dead upstream. Don't expect a proper fix. CFLAGS+= -fcommon post-patch: @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g; \ s|%%CC%%|${CC}|g' \ ${WRKSRC}/src/Makefile do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/9box ${STAGEDIR}${PREFIX}/bin .include