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@citrin.ru>
This commit is contained in:
parent
4fecaa1b8a
commit
4dc3d33836
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=347882
2 changed files with 6 additions and 4 deletions
|
@ -9,12 +9,14 @@ MASTER_SITES= ${MASTER_SITE_GNU}
|
|||
MASTER_SITE_SUBDIR= mtools
|
||||
|
||||
MAINTAINER= skreuzer@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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue