mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
- Updated to 3.17;
- Updated MASTER_SITES; - Now using pkg-plist; - Now respect PORTDOCS. Submitted by: Felippe de Meirelles Motta <lippemail@gmail.com> PR: ports/120139
This commit is contained in:
parent
4273708f0d
commit
28c0c1ed2e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=206727
@ -6,10 +6,9 @@
|
||||
#
|
||||
|
||||
PORTNAME= clex
|
||||
PORTVERSION= 3.16
|
||||
PORTVERSION= 3.17
|
||||
CATEGORIES= misc
|
||||
MASTER_SITES= http://www.clex.sk/download/ \
|
||||
http://freebsdcluster.org/~mich/software/
|
||||
MASTER_SITES= http://www.clex.sk/download/
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
||||
MAINTAINER= mich@FreeBSD.org
|
||||
@ -18,7 +17,23 @@ COMMENT= A commandline file manager
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
|
||||
DOCS= AUTHORS COPYING ChangeLog INSTALL NEWS README
|
||||
MAN1= clex.1
|
||||
PLIST_FILES= bin/clex
|
||||
|
||||
.include <bsd.port.mk>
|
||||
OPTIONS= LARGE_FILES "Enable support for large files" on
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if !defined(WITH_LARGE_FILES)
|
||||
CONFIGURE_ARGS+= --disable-largefile
|
||||
.endif
|
||||
|
||||
do-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
@${INSTALL_DATA} ${DOCS:S,^,${WRKSRC}/,} ${DOCSDIR}
|
||||
.endif
|
||||
@${INSTALL_MAN} ${WRKSRC}/src/${MAN1} ${MAN1PREFIX}/man/man1
|
||||
@${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} ${PREFIX}/bin
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (clex-3.16.tar.gz) = 52d3396fd3ce07441bb0da8e7690b2b3
|
||||
SHA256 (clex-3.16.tar.gz) = e1917825741f5f6b042819ad5644fd4a0b8736aeaf34f412aaf5cfa85c98a6d5
|
||||
SIZE (clex-3.16.tar.gz) = 186313
|
||||
MD5 (clex-3.17.tar.gz) = 81aeca7c0a6fab0a26f669cfcfe86f2a
|
||||
SHA256 (clex-3.17.tar.gz) = b8ce540bc65b727e58d551eca62f9c3270f7d210b68c52e0103159f60b6b50e1
|
||||
SIZE (clex-3.17.tar.gz) = 193842
|
||||
|
8
misc/clex/pkg-plist
Normal file
8
misc/clex/pkg-plist
Normal file
@ -0,0 +1,8 @@
|
||||
bin/clex
|
||||
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
|
||||
%%PORTDOCS%%%%DOCSDIR%%/COPYING
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
|
||||
%%PORTDOCS%%%%DOCSDIR%%/INSTALL
|
||||
%%PORTDOCS%%%%DOCSDIR%%/NEWS
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
Loading…
Reference in New Issue
Block a user