mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Fix MASTER_SITES and WWW: line
- Support NOPORTDOCS - Support PLIST_FILES PR: ports/66750 Submitted by: Ports Fury
This commit is contained in:
parent
71bce7f5d4
commit
d4e740163f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=109350
3 changed files with 14 additions and 14 deletions
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
Loading…
Add table
Reference in a new issue