diff options
author | eadler <eadler@FreeBSD.org> | 2013-11-17 11:28:04 +0800 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2013-11-17 11:28:04 +0800 |
commit | b25d47fc91a303d70d29ca24762de2fcba416bad (patch) | |
tree | 262dc9c5d0ba0b6cfa4f8d868e7e45516b5e9011 /misc | |
parent | 1668c67bc57a7a55de0f8042420b7aee8e788396 (diff) | |
download | freebsd-ports-gnome-b25d47fc91a303d70d29ca24762de2fcba416bad.tar.gz freebsd-ports-gnome-b25d47fc91a303d70d29ca24762de2fcba416bad.tar.zst freebsd-ports-gnome-b25d47fc91a303d70d29ca24762de2fcba416bad.zip |
- Fix PKGNAME collision. This does not yet stagify the port.
- Pet portlint
Diffstat (limited to 'misc')
-rw-r--r-- | misc/deco/Makefile | 1 | ||||
-rw-r--r-- | misc/deco/pkg-plist | 46 |
2 files changed, 24 insertions, 23 deletions
diff --git a/misc/deco/Makefile b/misc/deco/Makefile index 1bdc95435b03..478a0c869585 100644 --- a/misc/deco/Makefile +++ b/misc/deco/Makefile @@ -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 diff --git a/misc/deco/pkg-plist b/misc/deco/pkg-plist index e7a8a6663792..d8c6d6393d29 100644 --- a/misc/deco/pkg-plist +++ b/misc/deco/pkg-plist @@ -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 -@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 +@dirrm %%DATADIR%%/help @dirrm share/deco |