diff options
author | dinoex <dinoex@FreeBSD.org> | 2004-11-16 14:01:49 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2004-11-16 14:01:49 +0800 |
commit | 4658d69aae8b68eb5d0fc740f792ba309e7594ca (patch) | |
tree | 6e6915fedb7dd57a85945629d98a11b344211d5d /graphics | |
parent | 0a24433fd9d9090aeb6aeb6318afc2555cb78199 (diff) | |
download | freebsd-ports-gnome-4658d69aae8b68eb5d0fc740f792ba309e7594ca.tar.gz freebsd-ports-gnome-4658d69aae8b68eb5d0fc740f792ba309e7594ca.tar.zst freebsd-ports-gnome-4658d69aae8b68eb5d0fc740f792ba309e7594ca.zip |
- fix plist and add pamenlarge
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/netpbm/Makefile | 2 | ||||
-rw-r--r-- | graphics/netpbm/pkg-plist | 15 |
2 files changed, 10 insertions, 7 deletions
diff --git a/graphics/netpbm/Makefile b/graphics/netpbm/Makefile index 1a7e8c0af0bb..acf24a41ede6 100644 --- a/graphics/netpbm/Makefile +++ b/graphics/netpbm/Makefile @@ -7,7 +7,7 @@ PORTNAME= netpbm PORTVERSION= 10.25 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/graphics/netpbm/pkg-plist b/graphics/netpbm/pkg-plist index 253cf30d4afb..c9887b548711 100644 --- a/graphics/netpbm/pkg-plist +++ b/graphics/netpbm/pkg-plist @@ -47,6 +47,7 @@ bin/pamdice bin/pamditherbw bin/pamedge bin/pamendian +bin/pamenlarge bin/pamfile bin/pamflip bin/pamfunc @@ -236,6 +237,7 @@ bin/ppmtoarbtxt bin/ppmtobmp bin/ppmtoeyuv bin/ppmtogif +bin/pbmtoibm23xx bin/ppmtoicr bin/ppmtoilbm bin/ppmtojpeg @@ -313,11 +315,12 @@ include/ppmfloyd.h lib/libnetpbm.a lib/libnetpbm.so lib/libnetpbm.so.1 -share/netpbm/palmcolor8.map -share/netpbm/palmgray1.map -share/netpbm/palmgray2.map -share/netpbm/palmgray4.map -share/netpbm/rgb.txt +%%DATADIR%%/palmcolor8.map +%%DATADIR%%/palmgray1.map +%%DATADIR%%/palmgray2.map +%%DATADIR%%/palmgray4.map +%%DATADIR%%/pcxstd.ppm +%%DATADIR%%/rgb.txt %%PORTDOCS%%%%DOCSDIR%%/USERDOC %%PORTDOCS%%@dirrm %%DOCSDIR%% -@dirrm share/netpbm +@dirrm %%DATADIR%% |