svn commit: r334054 - head/misc/deco
Eitan Adler
eadler at FreeBSD.org
Sun Nov 17 03:28:05 UTC 2013
Author: eadler
Date: Sun Nov 17 03:28:04 2013
New Revision: 334054
URL: http://svnweb.freebsd.org/changeset/ports/334054
Log:
- Fix PKGNAME collision. This does not yet stagify the port.
- Pet portlint
Modified:
head/misc/deco/Makefile
head/misc/deco/pkg-plist
Modified: head/misc/deco/Makefile
==============================================================================
--- head/misc/deco/Makefile Sun Nov 17 03:17:03 2013 (r334053)
+++ head/misc/deco/Makefile Sun Nov 17 03:28:04 2013 (r334054)
@@ -6,6 +6,7 @@ PORTVERSION= 3.9
PORTREVISION= 4
CATEGORIES= misc
MASTER_SITES= SF/${PORTNAME}/Deco%20Sources/${PORTVERSION}
+PKGNAMESUFFIX= -misc
DISTNAME= deco39
EXTRACT_SUFX= .tgz
Modified: head/misc/deco/pkg-plist
==============================================================================
--- head/misc/deco/pkg-plist Sun Nov 17 03:17:03 2013 (r334053)
+++ head/misc/deco/pkg-plist Sun Nov 17 03:28:04 2013 (r334054)
@@ -1,25 +1,25 @@
bin/deco
-share/deco/help/d.edit
-share/deco/help/d.general
-share/deco/help/d.hexview
-share/deco/help/d.view
-share/deco/help/e.edit
-share/deco/help/e.general
-share/deco/help/e.hexview
-share/deco/help/e.view
-share/deco/help/f.edit
-share/deco/help/f.general
-share/deco/help/f.hexview
-share/deco/help/f.view
-share/deco/help/r.edit
-share/deco/help/r.general
-share/deco/help/r.hexview
-share/deco/help/r.view
-share/deco/help/u.edit
-share/deco/help/u.general
-share/deco/help/u.hexview
-share/deco/help/u.view
-share/deco/menu
-share/deco/profile
- at dirrm share/deco/help
+%%DATADIR%%/help/d.edit
+%%DATADIR%%/help/d.general
+%%DATADIR%%/help/d.hexview
+%%DATADIR%%/help/d.view
+%%DATADIR%%/help/e.edit
+%%DATADIR%%/help/e.general
+%%DATADIR%%/help/e.hexview
+%%DATADIR%%/help/e.view
+%%DATADIR%%/help/f.edit
+%%DATADIR%%/help/f.general
+%%DATADIR%%/help/f.hexview
+%%DATADIR%%/help/f.view
+%%DATADIR%%/help/r.edit
+%%DATADIR%%/help/r.general
+%%DATADIR%%/help/r.hexview
+%%DATADIR%%/help/r.view
+%%DATADIR%%/help/u.edit
+%%DATADIR%%/help/u.general
+%%DATADIR%%/help/u.hexview
+%%DATADIR%%/help/u.view
+%%DATADIR%%/menu
+%%DATADIR%%/profile
+ at dirrm %%DATADIR%%/help
@dirrm share/deco
More information about the svn-ports-head
mailing list