aboutsummaryrefslogtreecommitdiff
path: root/graphics/libggimisc/Makefile
diff options
context:
space:
mode:
authorJean-Yves Lefort <jylefort@FreeBSD.org>2005-12-12 19:25:17 +0000
committerJean-Yves Lefort <jylefort@FreeBSD.org>2005-12-12 19:25:17 +0000
commit9bcd942d983ae24f80db2d96c5234428e905a35f (patch)
tree994588a858412df0390ed439d7d81959fa6c13b1 /graphics/libggimisc/Makefile
parente5eba58b6ff95db3bb944b24cca5d5966c0be5c6 (diff)
- Update to 2.2.0 [1]
- Unsilence post-install and use ${INSTALL_DATA} rather than ${CP} [1]: PR: ports/90289 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=151030
Diffstat (limited to 'graphics/libggimisc/Makefile')
-rw-r--r--graphics/libggimisc/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/libggimisc/Makefile b/graphics/libggimisc/Makefile
index 052f082b6371..8967d2241f63 100644
--- a/graphics/libggimisc/Makefile
+++ b/graphics/libggimisc/Makefile
@@ -6,9 +6,9 @@
#
PORTNAME= libggimisc
-PORTVERSION= 2.1.2
+PORTVERSION= 2.2.0
CATEGORIES= graphics devel
-MASTER_SITES= http://www.ggi-project.org/ftp/ggi/v2.1/ \
+MASTER_SITES= http://www.ggi-project.org/ftp/ggi/v2.2/ \
${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ggi
DISTNAME= ${PORTNAME}-${PORTVERSION}.src
@@ -40,6 +40,6 @@ PLIST_SUB+= WITH_SVGALIB="@comment "
.endif
post-install:
- @${CP} ${WRKSRC}/libggimisc.conf ${PREFIX}/etc/ggi/libggimisc.conf.dist
+ ${INSTALL_DATA} ${WRKSRC}/libggimisc.conf ${PREFIX}/etc/ggi/libggimisc.conf.dist
.include <bsd.port.post.mk>