svn commit: r347882 - head/emulators/mtools
Steven Kreuzer
skreuzer at FreeBSD.org
Tue Mar 11 14:26:28 UTC 2014
Author: skreuzer
Date: Tue Mar 11 14:26:27 2014
New Revision: 347882
URL: http://svnweb.freebsd.org/changeset/ports/347882
QAT: https://qat.redports.org/buildarchive/r347882/
Log:
Fix build when WITH_X11 is defined
Define License
Switch to USES framework
Change MSDOS to MS-DOS in COMMENT
PR: ports/187008
Submitted by: Anton Yuzhaninov <citrin+hius at citrin.ru>
Modified:
head/emulators/mtools/Makefile
head/emulators/mtools/pkg-plist
Modified: head/emulators/mtools/Makefile
==============================================================================
--- head/emulators/mtools/Makefile Tue Mar 11 14:03:58 2014 (r347881)
+++ head/emulators/mtools/Makefile Tue Mar 11 14:26:27 2014 (r347882)
@@ -9,12 +9,14 @@ MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= mtools
MAINTAINER= skreuzer at FreeBSD.org
-COMMENT= A collection of tools for manipulating MSDOS files
+COMMENT= A collection of tools for manipulating MS-DOS files
+
+LICENSE= GPLv3
CONFLICTS_INSTALL= multimarkdown-*
+USES= gmake
USE_BZIP2= yes
-USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= ac_cv_header_malloc_h=no
CONFIGURE_ARGS= --enable-xdf
Modified: head/emulators/mtools/pkg-plist
==============================================================================
--- head/emulators/mtools/pkg-plist Tue Mar 11 14:03:58 2014 (r347881)
+++ head/emulators/mtools/pkg-plist Tue Mar 11 14:26:27 2014 (r347882)
@@ -29,8 +29,8 @@ bin/mtoolstest
bin/mtype
bin/mxtar
bin/mzip
-man/man1/floppyd.1.gz
-man/man1/floppyd_installtest.1.gz
+%%X11%%man/man1/floppyd.1.gz
+%%X11%%man/man1/floppyd_installtest.1.gz
man/man1/mattrib.1.gz
man/man1/mbadblocks.1.gz
man/man1/mcat.1.gz
More information about the svn-ports-all
mailing list