diff options
author | Renato Botelho <garga@FreeBSD.org> | 2005-08-01 18:45:31 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2005-08-01 18:45:31 +0000 |
commit | 769aeb59ce6a9e9d1477bbd5e5a7fd7db3c0e294 (patch) | |
tree | bf93d8b9587618100f22550ace1f273889886e5b /editors | |
parent | Mark latest gdal version as fixed for all tiff vulnerabilities. (diff) |
- 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]
Notes
Notes:
svn path=/head/; revision=140716
Diffstat (limited to 'editors')
-rw-r--r-- | editors/sted/Makefile | 15 | ||||
-rw-r--r-- | editors/sted/pkg-plist | 6 |
2 files changed, 7 insertions, 14 deletions
diff --git a/editors/sted/Makefile b/editors/sted/Makefile index 56e9ccdea4c7..6d6ddcd5293a 100644 --- a/editors/sted/Makefile +++ b/editors/sted/Makefile @@ -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 diff --git a/editors/sted/pkg-plist b/editors/sted/pkg-plist deleted file mode 100644 index 3c77024de6c7..000000000000 --- a/editors/sted/pkg-plist +++ /dev/null @@ -1,6 +0,0 @@ -@comment $FreeBSD$ -bin/sted -share/doc/sted/CHANGES -share/doc/sted/COPYING -share/doc/sted/README -@dirrm share/doc/sted |