diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2011-12-27 15:14:23 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2011-12-27 15:14:23 +0000 |
commit | 48b16bc177d9ad0dac59e3e086204be593eaf476 (patch) | |
tree | 29b90da8eb3b52c5a2f678d6527ef713581b7bda /sysutils/vii/Makefile | |
parent | 5ea6f4065268d00bf41a2a103d9056790e8a1fe5 (diff) |
Notes
Diffstat (limited to 'sysutils/vii/Makefile')
-rw-r--r-- | sysutils/vii/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/vii/Makefile b/sysutils/vii/Makefile index 7041408247fb..5d54d963b71a 100644 --- a/sysutils/vii/Makefile +++ b/sysutils/vii/Makefile @@ -13,6 +13,8 @@ MASTER_SITES= CRITICAL MAINTAINER= ehaupt@FreeBSD.org COMMENT= Execute a command repeatedly and scroll the output +LICENSE= GPLv2 + GNU_CONFIGURE= yes MAKE_JOBS_SAFE= yes @@ -21,8 +23,6 @@ MAN1= vii.1 MAKE_ARGS+= CFLAGS="${CFLAGS}" -LICENSE= GPLv2 - do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bin/${PORTNAME} ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/man1/${PORTNAME}.1 ${MANPREFIX}/man/man1 |