svn commit: r399304 - head/irc/darkbot

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Oct 14 23:49:59 UTC 2015


Author: amdmi3
Date: Wed Oct 14 23:49:58 2015
New Revision: 399304
URL: https://svnweb.freebsd.org/changeset/ports/399304

Log:
  - Drop PLIST_DIRSTRY
  - Add NO_CDROM

Modified:
  head/irc/darkbot/Makefile

Modified: head/irc/darkbot/Makefile
==============================================================================
--- head/irc/darkbot/Makefile	Wed Oct 14 23:49:48 2015	(r399303)
+++ head/irc/darkbot/Makefile	Wed Oct 14 23:49:58 2015	(r399304)
@@ -17,7 +17,7 @@ SUB_FILES=	pkg-message
 
 PORTDOCS=	README
 PLIST_FILES=	bin/darkbot %%ETCDIR%%/logs/.pkgcreate man/man1/darkbot.1.gz
-PLIST_DIRSTRY=	%%ETCDIR%%/logs/ %%ETCDIR%%/dat/ %%ETCDIR%%
+NO_CDROM=	no commercial distribution
 
 OPTIONS_DEFINE=	DOCS
 


More information about the svn-ports-head mailing list