diff options
author | miwi <miwi@FreeBSD.org> | 2011-08-26 12:13:12 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2011-08-26 12:13:12 +0800 |
commit | c3a2c2b935cbdb1983b25a89dd299652f5d96a5d (patch) | |
tree | 3335decfa255c22ead783ee9eef81f2add7e18f8 /misc/splitvt | |
parent | 61d142f7804528f7dc2e4f0c7fbdc240c14fb7d6 (diff) | |
download | freebsd-ports-gnome-c3a2c2b935cbdb1983b25a89dd299652f5d96a5d.tar.gz freebsd-ports-gnome-c3a2c2b935cbdb1983b25a89dd299652f5d96a5d.tar.zst freebsd-ports-gnome-c3a2c2b935cbdb1983b25a89dd299652f5d96a5d.zip |
- Update MASTER_SITES and WWW: line
PR: 160127
Submitted by: Ports Fury
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/ |