Update to 0.9.
PR: 50387 Submitted by: Michael L. Hostbaek <mich@freebsdcluster.org> (maintainer)
This commit is contained in:
parent
282a5464ed
commit
9f18842fea
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=77757
@ -7,7 +7,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= vcp
|
||||
PORTVERSION= 0.8
|
||||
PORTVERSION= 0.9
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://members.optusnet.com.au/~dbbryan/vcp/
|
||||
EXTRACT_SUFX= .tar.Z
|
||||
@ -15,6 +15,8 @@ EXTRACT_SUFX= .tar.Z
|
||||
MAINTAINER= mich@freebsdcluster.org
|
||||
COMMENT= Copy files in curses interface
|
||||
|
||||
MAN1= ${PORTNAME}.1
|
||||
|
||||
LDFLAGS+= -lncurses
|
||||
|
||||
do-build:
|
||||
@ -31,6 +33,7 @@ do-build:
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
|
||||
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${PREFIX}/man/man1/
|
||||
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${DOCSDIR}
|
||||
|
@ -1 +1 @@
|
||||
MD5 (vcp-0.8.tar.Z) = cd3db66609e9ca36ff463021389e8cef
|
||||
MD5 (vcp-0.9.tar.Z) = 23b8540561d6c4e9865fa372e08e6002
|
||||
|
Loading…
Reference in New Issue
Block a user