diff options
author | krion <krion@FreeBSD.org> | 2004-05-18 02:38:03 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-05-18 02:38:03 +0800 |
commit | c74d8814d28e701671f115904bc99f257cc7eec9 (patch) | |
tree | 7c23ac0c687c25a2bb3bacb697d8317290a5d662 /ftp/xrmftp | |
parent | 3ecdcb73a11ea5f83f261ee4f31a1d94846ad60b (diff) | |
download | freebsd-ports-gnome-c74d8814d28e701671f115904bc99f257cc7eec9.tar.gz freebsd-ports-gnome-c74d8814d28e701671f115904bc99f257cc7eec9.tar.zst freebsd-ports-gnome-c74d8814d28e701671f115904bc99f257cc7eec9.zip |
- Fix MASTER_SITES and WWW: line
- Support NOPORTDOCS
- Support PLIST_FILES
PR: ports/66750
Submitted by: Ports Fury
Diffstat (limited to 'ftp/xrmftp')
-rw-r--r-- | ftp/xrmftp/Makefile | 20 | ||||
-rw-r--r-- | ftp/xrmftp/pkg-descr | 2 | ||||
-rw-r--r-- | ftp/xrmftp/pkg-plist | 6 |
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 |