aboutsummaryrefslogtreecommitdiff
path: root/editors/sted
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2005-08-01 18:45:31 +0000
committerRenato Botelho <garga@FreeBSD.org>2005-08-01 18:45:31 +0000
commit769aeb59ce6a9e9d1477bbd5e5a7fd7db3c0e294 (patch)
treebf93d8b9587618100f22550ace1f273889886e5b /editors/sted
parente439b01dd9eb0ec7385e82a7c3405cdf4e8453cf (diff)
downloadports-769aeb59ce6a9e9d1477bbd5e5a7fd7db3c0e294.tar.gz
ports-769aeb59ce6a9e9d1477bbd5e5a7fd7db3c0e294.zip
Notes
Diffstat (limited to 'editors/sted')
-rw-r--r--editors/sted/Makefile15
-rw-r--r--editors/sted/pkg-plist6
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