svn commit: r364214 - head/games/mangband

Adam Weinberger adamw at FreeBSD.org
Wed Aug 6 18:51:11 UTC 2014


Author: adamw
Date: Wed Aug  6 18:51:10 2014
New Revision: 364214
URL: http://svnweb.freebsd.org/changeset/ports/364214
QAT: https://qat.redports.org/buildarchive/r364214/

Log:
  Fix typos that prevented packaging.

Modified:
  head/games/mangband/pkg-plist

Modified: head/games/mangband/pkg-plist
==============================================================================
--- head/games/mangband/pkg-plist	Wed Aug  6 18:34:42 2014	(r364213)
+++ head/games/mangband/pkg-plist	Wed Aug  6 18:51:10 2014	(r364214)
@@ -4,7 +4,7 @@ bin/mangband
 @mode
 @group
 bin/mangclient
- at sample %%ETCDIR%%mangband.cfg
+ at sample %%ETCDIR%%/mangband.cfg
 %%DATADIR%%/data/scores.raw
 %%DATADIR%%/edit/artifact.txt
 %%DATADIR%%/edit/ego_item.txt
@@ -94,7 +94,7 @@ bin/mangclient
 %%DATADIR%%/xtra/graf/mask.bmp
 @mode
 @group
-dirrm %%DATADIR%%/data
+ at dirrm %%DATADIR%%/data
 @dirrm %%DATADIR%%/edit
 @dirrm %%DATADIR%%/file
 @dirrm %%DATADIR%%/help


More information about the svn-ports-head mailing list