mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
Fix a typo in the makefile, it was doing ${MKDIR} share/... instead
of ${MKDIR} ${PREFIX}/share and update to pl 18.
This commit is contained in:
parent
0871f78cf8
commit
b8e020f661
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=20531
@ -1,13 +1,13 @@
|
||||
# New ports collection makefile for: pavuk
|
||||
# Version required: 0.9pl15
|
||||
# Version required: 0.9pl18
|
||||
# Date created: 19 March 1998
|
||||
# Whom: Andrey Zakhvatov
|
||||
#
|
||||
# $Id: Makefile,v 1.9 1999/07/24 03:44:30 cpiazza Exp $
|
||||
# $Id: Makefile,v 1.10 1999/08/02 10:43:55 asami Exp $
|
||||
#
|
||||
|
||||
DISTNAME= pavuk-0.9pl15
|
||||
PKGNAME= pavuk-0.9.15
|
||||
DISTNAME= pavuk-0.9pl18
|
||||
PKGNAME= pavuk-0.9.18
|
||||
CATEGORIES= ftp www
|
||||
MASTER_SITES= ${MASTER_SITE_SUNSITE} \
|
||||
ftp://ftp.idata.sk/pub/unix/www/ \
|
||||
@ -21,7 +21,7 @@ MAINTAINER= andy@icc.surw.chel.su
|
||||
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-xpm-includes=${X11BASE}/include
|
||||
CONFIGURE_ARGS= --with-xpm-includes=${X11BASE}/include --disable-gtk
|
||||
USE_GMAKE= yes
|
||||
|
||||
MAN1= pavuk.1
|
||||
@ -31,18 +31,19 @@ do-install:
|
||||
@ ${INSTALL_MAN} ${WRKSRC}/man/pavuk.1 ${PREFIX}/man/man1
|
||||
@ ${INSTALL_DATA} ${WRKSRC}/pavukrc.sample ${PREFIX}/etc
|
||||
@ ${INSTALL_DATA} ${WRKSRC}/pavuk_authinfo.sample ${PREFIX}/etc
|
||||
@ ${MKDIR} share/locale/cs/LC_MESSAGES
|
||||
@ ${MKDIR} share/locale/de/LC_MESSAGES
|
||||
@ ${MKDIR} share/locale/sk/LC_MESSAGES
|
||||
@ ${MKDIR} ${PREFIX}/share/locale/cs/LC_MESSAGES
|
||||
@ ${MKDIR} ${PREFIX}/share/locale/de/LC_MESSAGES
|
||||
@ ${MKDIR} ${PREFIX}/share/locale/sk/LC_MESSAGES
|
||||
@ ${INSTALL_DATA} ${WRKSRC}/po/cs.mo ${PREFIX}/share/locale/cs/LC_MESSAGES/pavuk.mo
|
||||
@ ${INSTALL_DATA} ${WRKSRC}/po/de.mo ${PREFIX}/share/locale/de/LC_MESSAGES/pavuk.mo
|
||||
@ ${INSTALL_DATA} ${WRKSRC}/po/sk.mo ${PREFIX}/share/locale/sk/LC_MESSAGES/pavuk.mo
|
||||
@ ${MKDIR} ${PREFIX}/share/icons
|
||||
@ ${INSTALL_DATA} ${WRKSRC}/icons/*.xpm ${PREFIX}/share/icons
|
||||
.if !defined(NOPORTDOCS)
|
||||
@ ${MKDIR} ${PREFIX}/share/doc/pavuk
|
||||
.for file in AUTHORS BUGS ChangeLog FAQ README THANK_TO TODO
|
||||
@ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/pavuk
|
||||
.endfor
|
||||
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (pavuk-0.9pl15.tgz) = 89b113402591645c4e36b440f5c6582a
|
||||
MD5 (pavuk-0.9pl18.tgz) = a7d192948e7f9637f0005489c4f24249
|
||||
|
@ -1,6 +1,6 @@
|
||||
--- src/net.c.orig Tue May 4 13:20:43 1999
|
||||
+++ src/net.c Tue May 4 13:22:13 1999
|
||||
@@ -101,9 +101,9 @@
|
||||
--- src/net.c.orig Fri Jul 23 03:50:48 1999
|
||||
+++ src/net.c Wed Aug 4 20:32:42 1999
|
||||
@@ -106,9 +106,9 @@
|
||||
{
|
||||
return -1;
|
||||
}
|
||||
@ -12,7 +12,7 @@
|
||||
rv = connect(sock, (struct sockaddr*)&addr, sizeof(addr));
|
||||
if (rv && (errno != EINPROGRESS) && (errno != EISCONN))
|
||||
{
|
||||
@@ -267,9 +267,9 @@
|
||||
@@ -296,9 +296,9 @@
|
||||
int rv;
|
||||
|
||||
p = sizeof(caller);
|
||||
|
@ -8,6 +8,11 @@ share/doc/pavuk/FAQ
|
||||
share/doc/pavuk/README
|
||||
share/doc/pavuk/THANK_TO
|
||||
share/doc/pavuk/TODO
|
||||
share/icons/pavuk_16x16.xpm
|
||||
share/icons/pavuk_32x32.xpm
|
||||
share/icons/pavuk_64x64.xpm
|
||||
share/icons/pavuk_as_icon.xpm
|
||||
share/icons/pavuk_prg_icon.xpm
|
||||
share/locale/cs/LC_MESSAGES/pavuk.mo
|
||||
share/locale/de/LC_MESSAGES/pavuk.mo
|
||||
share/locale/sk/LC_MESSAGES/pavuk.mo
|
||||
|
Loading…
Reference in New Issue
Block a user