diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-03-15 23:38:41 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-03-15 23:38:41 +0800 |
commit | d2fbe9824ab9953e0e565d027c7fd8b57ac675b0 (patch) | |
tree | a3dc21faeec4e6abd462bbfcebd8fba37163be33 /print | |
parent | 50c14d600326e9d66c92c565c3107e87885e660e (diff) | |
download | freebsd-ports-gnome-d2fbe9824ab9953e0e565d027c7fd8b57ac675b0.tar.gz freebsd-ports-gnome-d2fbe9824ab9953e0e565d027c7fd8b57ac675b0.tar.zst freebsd-ports-gnome-d2fbe9824ab9953e0e565d027c7fd8b57ac675b0.zip |
- Simplify MASTER_SITES
- Add LICENSE
- Add empty directory to plist
Diffstat (limited to 'print')
-rw-r--r-- | print/foomatic-db-hpijs/Makefile | 6 | ||||
-rw-r--r-- | print/foomatic-db-hpijs/pkg-plist | 1 |
2 files changed, 5 insertions, 2 deletions
diff --git a/print/foomatic-db-hpijs/Makefile b/print/foomatic-db-hpijs/Makefile index 214a34c7bb3d..4322f6b08d45 100644 --- a/print/foomatic-db-hpijs/Makefile +++ b/print/foomatic-db-hpijs/Makefile @@ -4,13 +4,15 @@ PORTNAME= foomatic-db-hpijs PORTVERSION= 1.4 CATEGORIES= print -MASTER_SITES= ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR=lofi +MASTER_SITES= LOCAL/lofi DISTNAME= ${PORTNAME}-${PORTVERSION}-1 MAINTAINER= ports@FreeBSD.org COMMENT= Foomatic data for the HPIJS printer drivers +LICENSE= GPLv2 # or later +LICENSE_FILE= ${WRKSRC}/COPYING + BUILD_DEPENDS= ${LOCALBASE}/share/foomatic/db/oldprinterids:${PORTSDIR}/print/foomatic-db RUN_DEPENDS= ${LOCALBASE}/share/foomatic/db/oldprinterids:${PORTSDIR}/print/foomatic-db diff --git a/print/foomatic-db-hpijs/pkg-plist b/print/foomatic-db-hpijs/pkg-plist index 843a84a898cd..28c1197e85fb 100644 --- a/print/foomatic-db-hpijs/pkg-plist +++ b/print/foomatic-db-hpijs/pkg-plist @@ -11,3 +11,4 @@ share/foomatic/db/source/opt/hpijs-rss-InputSlot.xml share/foomatic/db/source/opt/hpijs-rss-Model.xml share/foomatic/db/source/opt/hpijs-rss-PageSize.xml share/foomatic/db/source/opt/hpijs-rss-Resolution.xml +@dir share/foomatic/db/source/printer |