aboutsummaryrefslogtreecommitdiff
path: root/editors/sted/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'editors/sted/Makefile')
-rw-r--r--editors/sted/Makefile15
1 files changed, 7 insertions, 8 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