diff options
Diffstat (limited to 'misc/splitvt')
-rw-r--r-- | misc/splitvt/Makefile | 13 | ||||
-rw-r--r-- | misc/splitvt/pkg-descr | 2 |
2 files changed, 8 insertions, 7 deletions
diff --git a/misc/splitvt/Makefile b/misc/splitvt/Makefile index c3ba25d7e855..09703d1a9d5a 100644 --- a/misc/splitvt/Makefile +++ b/misc/splitvt/Makefile @@ -8,16 +8,13 @@ PORTNAME= splitvt PORTVERSION= 1.6.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc -MASTER_SITES= http://www.devolution.com/~slouken/projects/splitvt/ +MASTER_SITES= http://slouken.libsdl.org/projects/splitvt/ MAINTAINER= ports@FreeBSD.org COMMENT= Run two shells in a split window/terminal -DEPRECATED= No more public distfiles -EXPIRATION_DATE= 2011-09-01 - HAS_CONFIGURE= yes ALL_TARGET= MAN1= splitvt.1 @@ -29,10 +26,12 @@ BROKEN= does not compile: /usr/include/sys/ioctl_compat.h:42:2: Definitions not .endif post-patch: - ${REINPLACE_CMD} -e 's,%%PREFIX%%,${PREFIX},g' ${WRKSRC}/config.c + ${REINPLACE_CMD} -e \ + 's|" -O"|"${CFLAGS}"|g ; \ + s|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/config.c do-install: ${INSTALL_PROGRAM} ${WRKSRC}/splitvt ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/splitvt.1 ${PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/splitvt.1 ${MANPREFIX}/man/man1 .include <bsd.port.post.mk> diff --git a/misc/splitvt/pkg-descr b/misc/splitvt/pkg-descr index 26bab0d50a89..082836da026b 100644 --- a/misc/splitvt/pkg-descr +++ b/misc/splitvt/pkg-descr @@ -7,3 +7,5 @@ the terminal. Note: users may want to take a look at /usr/bin/window (see ``man window'') for a FreeBSD native version this type of program. + +WWW: http://slouken.libsdl.org/projects/splitvt/ |