- update to tuxpaint-config-0.0.11
- use SUBST_CMD
This commit is contained in:
parent
b8904def29
commit
6544c004b9
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.3 2007/07/04 17:36:00 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.4 2008/10/16 17:00:52 ajacoutot Exp $
|
||||
|
||||
COMMENT= graphical tool to change Tux Paint's settings
|
||||
|
||||
DISTNAME= tuxpaint-config-0.0.8
|
||||
DISTNAME= tuxpaint-config-0.0.11
|
||||
CATEGORIES= games graphics
|
||||
|
||||
HOMEPAGE= http://www.tuxpaint.org/
|
||||
@ -22,6 +22,7 @@ WANTLIB= X11 Xext c m stdc++ Xau Xdmcp
|
||||
MODULES= devel/gettext
|
||||
LIB_DEPENDS= fltk.>=6::x11/fltk \
|
||||
paper::print/libpaper
|
||||
RUN_DEPENDS= ::games/tuxpaint
|
||||
|
||||
USE_X11= Yes
|
||||
|
||||
@ -32,8 +33,6 @@ NO_REGRESS= Yes
|
||||
pre-configure:
|
||||
@rm -rf ${WRKSRC}/obj
|
||||
@perl -pi -e 's,@\$$\(CXX\),\$$\(CXX\),g' ${WRKSRC}/Makefile
|
||||
@perl -pi -e 's,!!SYSCONFDIR!!,${SYSCONFDIR},g;' \
|
||||
-e 's,!!LOCALBASE!!,${LOCALBASE},g' \
|
||||
${WRKSRC}/src/tuxpaint-config.1
|
||||
${SUBST_CMD} ${WRKSRC}/src/tuxpaint-config.1
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (tuxpaint-config-0.0.8.tar.gz) = moYDRdI5FswPZ8UfFD91SQ==
|
||||
RMD160 (tuxpaint-config-0.0.8.tar.gz) = vOaQBZ/xp0DhyUd5swWyzf0XYeo=
|
||||
SHA1 (tuxpaint-config-0.0.8.tar.gz) = +t/Ec/S57M5FhNTKatY4flLtoao=
|
||||
SHA256 (tuxpaint-config-0.0.8.tar.gz) = KfwTCiJVK/BiWQsXuMctQfnkH5+JFijWIy6fZoAVJD8=
|
||||
SIZE (tuxpaint-config-0.0.8.tar.gz) = 90683
|
||||
MD5 (tuxpaint-config-0.0.11.tar.gz) = bc2bOv6cb9aNIOJZBNmljQ==
|
||||
RMD160 (tuxpaint-config-0.0.11.tar.gz) = 6tZw1jqoKFxOwioum6hind9kGOQ=
|
||||
SHA1 (tuxpaint-config-0.0.11.tar.gz) = Vrja+/jtqtit0+F43IF5TA3yIPA=
|
||||
SHA256 (tuxpaint-config-0.0.11.tar.gz) = h796dY+qwNTuq4S6kl4BtoaZc7z3DU1mhSm/U6hS59g=
|
||||
SIZE (tuxpaint-config-0.0.11.tar.gz) = 192193
|
||||
|
@ -1,4 +1,4 @@
|
||||
$OpenBSD: patch-src_tuxpaint-config_1,v 1.2 2007/07/04 17:36:00 ajacoutot Exp $
|
||||
$OpenBSD: patch-src_tuxpaint-config_1,v 1.3 2008/10/16 17:00:53 ajacoutot Exp $
|
||||
--- src/tuxpaint-config.1.orig Tue Jun 19 22:33:33 2007
|
||||
+++ src/tuxpaint-config.1 Wed Jul 4 12:02:30 2007
|
||||
@@ -85,7 +85,7 @@ to determine langauge to use, if \fIsetlocale(3)\fP re
|
||||
@ -6,7 +6,7 @@ $OpenBSD: patch-src_tuxpaint-config_1,v 1.2 2007/07/04 17:36:00 ajacoutot Exp $
|
||||
.SH FILES
|
||||
.TP 8
|
||||
-.B /etc/tuxpaint/tuxpaint.conf
|
||||
+.B !!SYSCONFDIR!!/tuxpaint/tuxpaint.conf
|
||||
+.B ${SYSCONFDIR}/tuxpaint/tuxpaint.conf
|
||||
System-wide configuration file.
|
||||
.RS
|
||||
.PP
|
||||
@ -15,5 +15,5 @@ $OpenBSD: patch-src_tuxpaint-config_1,v 1.2 2007/07/04 17:36:00 ajacoutot Exp $
|
||||
.BR tuxpaint (1)
|
||||
.PP
|
||||
-And documentation within /usr/[local/]share/doc/tuxpaint-config/.
|
||||
+And documentation within !!LOCALBASE!!/share/doc/tuxpaint-config/.
|
||||
+And documentation within ${PREFIX}/share/doc/tuxpaint-config/.
|
||||
|
||||
|
@ -1,8 +1,7 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2007/07/04 17:36:00 ajacoutot Exp $
|
||||
bin/tuxpaint-config
|
||||
@comment $OpenBSD: PLIST,v 1.3 2008/10/16 17:00:53 ajacoutot Exp $
|
||||
@bin bin/tuxpaint-config
|
||||
@man man/man1/tuxpaint-config.1
|
||||
share/doc/tuxpaint-config/
|
||||
share/doc/tuxpaint-config/README.txt
|
||||
share/pixmaps/
|
||||
share/pixmaps/tuxpaint-config.png
|
||||
share/pixmaps/tuxpaint-config.xpm
|
||||
|
Loading…
Reference in New Issue
Block a user