diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-10-13 00:36:45 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-10-13 00:36:45 +0800 |
commit | aa1add9fe3c9612b59b060531e629a634025038c (patch) | |
tree | 37115a064f11a967f710a15395a2e7afb51a4bd2 /graphics/netpbm/Makefile | |
parent | 7e429d8670b229129908eb58ccd1cc3e434c0e4a (diff) | |
download | freebsd-ports-gnome-aa1add9fe3c9612b59b060531e629a634025038c.tar.gz freebsd-ports-gnome-aa1add9fe3c9612b59b060531e629a634025038c.tar.zst freebsd-ports-gnome-aa1add9fe3c9612b59b060531e629a634025038c.zip |
upgrade to 10.10
PR: 43969
Submitted by: Ports Fury
Diffstat (limited to 'graphics/netpbm/Makefile')
-rw-r--r-- | graphics/netpbm/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/graphics/netpbm/Makefile b/graphics/netpbm/Makefile index f244c99f8b52..ffd75742dd99 100644 --- a/graphics/netpbm/Makefile +++ b/graphics/netpbm/Makefile @@ -6,7 +6,7 @@ # PORTNAME= netpbm -PORTVERSION= 10.9 +PORTVERSION= 10.10 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -24,7 +24,7 @@ USE_REINPLACE= yes USE_GMAKE= yes MAKE_ENV= LN="${LN}" RANLIB="${RANLIB}" MAKEFILE= GNUmakefile -INSTALL_TARGET= install.bin install.lib install-dev +INSTALL_TARGET= install.bin install.lib install.data install-dev INSTALLS_SHLIB= yes post-patch: @@ -36,9 +36,4 @@ post-patch: @${LN} -sf ${WRKSRC}/lib/util/shhopt.h ${WRKSRC}/lib/util/pm_shhopt.h @${LN} -sf ${WRKSRC}/lib/util/nstring.h ${WRKSRC}/lib/util/pm_nstring.h -post-install: - @${MKDIR} ${DATADIR} - ${INSTALL_DATA} ${WRKSRC}/lib/rgb.txt ${DATADIR} - ${INSTALL_DATA} ${WRKSRC}/converter/other/pnmtopalm/*.map ${DATADIR} - .include <bsd.port.mk> |