[Midnightbsd-cvs] mports [17981] trunk/emulators/vxtools: make fetchable
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Fri Jan 2 17:48:25 EST 2015
Revision: 17981
http://svnweb.midnightbsd.org/mports/?rev=17981
Author: laffer1
Date: 2015-01-02 17:48:24 -0500 (Fri, 02 Jan 2015)
Log Message:
-----------
make fetchable
Modified Paths:
--------------
trunk/emulators/vxtools/Makefile
trunk/emulators/vxtools/pkg-plist
Modified: trunk/emulators/vxtools/Makefile
===================================================================
--- trunk/emulators/vxtools/Makefile 2015-01-02 22:47:25 UTC (rev 17980)
+++ trunk/emulators/vxtools/Makefile 2015-01-02 22:48:24 UTC (rev 17981)
@@ -4,7 +4,7 @@
PORTNAME= vxtools
PORTVERSION= 0.2
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= emulators
MASTER_SITES= ftp://ftp.penguin.cz/pub/users/mhi/vxfs/
@@ -12,13 +12,9 @@
COMMENT= Command-line utilities for reading Veritas Filesystem (VxFS)
LICENSE= gpl2
-USE_BZIP2= yes
+USES= tar:bzip2 gmake
GNU_CONFIGURE= yes
-USE_GMAKE= yes
-MAN1= vxmount.1 vxumount.1
-MAN8= prtvtoc.8
-
do-install:
@ ${INSTALL_PROGRAM} ${WRKSRC}/vxls ${PREFIX}/bin
@ ${INSTALL_PROGRAM} ${WRKSRC}/vxmount ${PREFIX}/bin
Modified: trunk/emulators/vxtools/pkg-plist
===================================================================
--- trunk/emulators/vxtools/pkg-plist 2015-01-02 22:47:25 UTC (rev 17980)
+++ trunk/emulators/vxtools/pkg-plist 2015-01-02 22:48:24 UTC (rev 17981)
@@ -6,3 +6,6 @@
bin/vxpwd
bin/vxidump
bin/vxcat
+man/man1/vxmount.1.gz
+man/man1/vxumount.1.gz
+man/man8/prtvtoc.8.gz
More information about the Midnightbsd-cvs
mailing list