diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-03-28 19:43:34 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-03-28 19:43:34 +0000 |
commit | 9d8f08bbd3d4f890bf2a8913eb87669c798db7f0 (patch) | |
tree | 7b52594483adfc1a719e831eec5931da14870fa8 /emulators/openmsx | |
parent | d1de335ba1d6df2fa34e084a8e7113889dd6836b (diff) |
Remove some references to deprecated NOPORTDATA
With hat: portmgr
Notes
Notes:
svn path=/head/; revision=349452
Diffstat (limited to 'emulators/openmsx')
-rw-r--r-- | emulators/openmsx/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/emulators/openmsx/Makefile b/emulators/openmsx/Makefile index e94a5914db09..b91236f2ffdf 100644 --- a/emulators/openmsx/Makefile +++ b/emulators/openmsx/Makefile @@ -37,10 +37,6 @@ OPTIONS_DEFINE= DOCS .include <bsd.port.options.mk> -.ifdef NOPORTDATA -IGNORE= opemsx requires port data, unset NOPORTDATA to install -.endif - .if !${PORT_OPTIONS:MDOCS} # Use dummy target rather than rewriting makefile MAKE_ARGS+= INSTALL_DOC_DIR=${WRKSRC}/dummy |