aboutsummaryrefslogtreecommitdiff
path: root/ftp
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-05-17 18:38:03 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-05-17 18:38:03 +0000
commitd4e740163f77b581af62a7e65cd7899c8cff6f2f (patch)
treef1cc1ffa8c7e14c9167b8986ddd03118defd276b /ftp
parent71bce7f5d43eec4567692ed161bc691c55971d8c (diff)
downloadports-d4e740163f77b581af62a7e65cd7899c8cff6f2f.tar.gz
ports-d4e740163f77b581af62a7e65cd7899c8cff6f2f.zip
Notes
Diffstat (limited to 'ftp')
-rw-r--r--ftp/xrmftp/Makefile20
-rw-r--r--ftp/xrmftp/pkg-descr2
-rw-r--r--ftp/xrmftp/pkg-plist6
3 files changed, 14 insertions, 14 deletions
diff --git a/ftp/xrmftp/Makefile b/ftp/xrmftp/Makefile
index b1cbee450b5e..c43d52effc60 100644
--- a/ftp/xrmftp/Makefile
+++ b/ftp/xrmftp/Makefile
@@ -7,8 +7,9 @@
PORTNAME= xrmftp
PORTVERSION= 1.2.4
+PORTREVISION= 1
CATEGORIES= ftp
-MASTER_SITES= http://www.mat.uni.torun.pl/~rafmet/xrmftp/
+MASTER_SITES= http://www-users.mat.uni.torun.pl/~rafmet/xrmftp/
EXTRACT_SUFX= .src.tgz
MAINTAINER= ports@FreeBSD.org
@@ -16,15 +17,20 @@ COMMENT= Graphical FTP client based on the xforms library
LIB_DEPENDS= forms.1:${PORTSDIR}/x11-toolkits/xforms
+WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}.src
+
USE_X_PREFIX= yes
-WRKSRC= ${WRKDIR}/xrmftp-1.2.4.src
+
+PORTDOCS= CHANGES FIXED-BUGS README
+PLIST_FILES= bin/xrmftp
do-install:
- ${MKDIR} ${PREFIX}/share/doc/${DISTNAME}
${INSTALL_PROGRAM} ${WRKSRC}/xrmftp ${PREFIX}/bin
- ${INSTALL_DATA} ${WRKSRC}/CHANGES ${PREFIX}/share/doc/${DISTNAME}
- ${INSTALL_DATA} ${WRKSRC}/COPYING ${PREFIX}/share/doc/${DISTNAME}
- ${INSTALL_DATA} ${WRKSRC}/FIXED-BUGS ${PREFIX}/share/doc/${DISTNAME}
- ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/${DISTNAME}
+.if !defined(NOPORTDOCS)
+ ${MKDIR} ${DOCSDIR}
+.for file in CHANGES FIXED-BUGS README
+ ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
+.endfor
+.endif
.include <bsd.port.mk>
diff --git a/ftp/xrmftp/pkg-descr b/ftp/xrmftp/pkg-descr
index 888934a253a1..253e63733688 100644
--- a/ftp/xrmftp/pkg-descr
+++ b/ftp/xrmftp/pkg-descr
@@ -13,7 +13,7 @@ On 1st October of 1998 Xrmftp got honorable mention in "Lucent Technologies
Project Prize" competition organized by Lucent Technologies Poland S.A and
Faculty of Matematics and Informatics.
-WWW: http://www.mat.uni.torun.pl/~rafmet/xrmftp
+WWW: http://www-users.mat.uni.torun.pl/~rafmet/xrmftp/
NOTE: The above text came from the author's homepage.
- Matt Heckaman
diff --git a/ftp/xrmftp/pkg-plist b/ftp/xrmftp/pkg-plist
deleted file mode 100644
index 6901a72e519d..000000000000
--- a/ftp/xrmftp/pkg-plist
+++ /dev/null
@@ -1,6 +0,0 @@
-bin/xrmftp
-share/doc/xrmftp-1.2.4/CHANGES
-share/doc/xrmftp-1.2.4/COPYING
-share/doc/xrmftp-1.2.4/FIXED-BUGS
-share/doc/xrmftp-1.2.4/README
-@dirrm share/doc/xrmftp-1.2.4