mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
- Unbreak [1]
- Pass maintainership to submitter [1] - Use PORTDOCS - Remove one line pkg-plist PR: ports/84451 [1] Submitted by: Gabor Kovesdan <gabor.kovesdan@t-hosting.hu> [1]
This commit is contained in:
parent
e439b01dd9
commit
769aeb59ce
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=140716
@ -9,25 +9,24 @@
|
||||
PORTNAME= sted
|
||||
PORTVERSION= 0.2.2
|
||||
CATEGORIES= editors
|
||||
MASTER_SITES= http://user.tninet.se/~uxm165t/
|
||||
MASTER_SITES= http://freebsd.t-hosting.hu/sted/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= gkovesdan@t-hosting.hu
|
||||
COMMENT= Simple/Small/Stupid Text Editor
|
||||
|
||||
DEPRECATED= "master site disappeared"
|
||||
EXPIRATION_DATE=2005-08-31
|
||||
|
||||
WRKSRC= ${WRKDIR}/sted
|
||||
|
||||
MAN1= sted.1
|
||||
PORTDOCS= CHANGES COPYING README
|
||||
PLIST_FILES= bin/sted
|
||||
|
||||
do-install:
|
||||
@ ${INSTALL_PROGRAM} ${WRKSRC}/sted ${PREFIX}/bin
|
||||
@ ${INSTALL_MAN} ${WRKSRC}/sted.1 ${PREFIX}/man/man1
|
||||
.if !defined(NOPORTDOCS)
|
||||
@ ${MKDIR} ${PREFIX}/share/doc/sted
|
||||
.for file in CHANGES COPYING README
|
||||
@ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/sted
|
||||
@ ${MKDIR} ${DOCSDIR}
|
||||
.for file in ${PORTDOCS}
|
||||
@ ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
|
||||
.endfor
|
||||
.endif
|
||||
|
||||
|
@ -1,6 +0,0 @@
|
||||
@comment $FreeBSD$
|
||||
bin/sted
|
||||
share/doc/sted/CHANGES
|
||||
share/doc/sted/COPYING
|
||||
share/doc/sted/README
|
||||
@dirrm share/doc/sted
|
Loading…
Reference in New Issue
Block a user