1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

- Stage support

- Convert gmake to USES
This commit is contained in:
Martin Wilke 2014-02-11 14:17:22 +00:00
parent dbd3e01608
commit d46f00a1dc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=343749

View File

@ -13,12 +13,11 @@ COMMENT= A dd tool that specializes in files that are block devices
LICENSE= BSD
LICENSE_FILE= ${WRKSRC}/COPYING
USE_GMAKE= yes
USES= gmake
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
MAN8= ddpt.8
PLIST_FILES= bin/ddpt
PLIST_FILES= bin/ddpt \
man/man8/ddpt.8.gz
NO_STAGE= yes
.include <bsd.port.mk>