summaryrefslogtreecommitdiff
path: root/graphics/sced/Makefile
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2001-02-28 14:59:23 +0000
committerKevin Lo <kevlo@FreeBSD.org>2001-02-28 14:59:23 +0000
commit6a72abb0daf84f9cc923c81bf12609f9f4b6850f (patch)
tree909d3bca64bf43bf7255a2ba06d5350bb8f54cd1 /graphics/sced/Makefile
parent- Fix MASTER_SITES (diff)
Update to version 1.03
PR: 25432 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=38896
Diffstat (limited to 'graphics/sced/Makefile')
-rw-r--r--graphics/sced/Makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/graphics/sced/Makefile b/graphics/sced/Makefile
index 9309790589b1..01974a3457e9 100644
--- a/graphics/sced/Makefile
+++ b/graphics/sced/Makefile
@@ -6,10 +6,9 @@
#
PORTNAME= sced
-PORTVERSION= 1.02
+PORTVERSION= 1.03
CATEGORIES= graphics
-MASTER_SITES= http://www.cs.berkeley.edu/~schenney/sced/src/ \
- http://www.physik.TU-Berlin.DE/~ibex/ports/distfiles/
+MASTER_SITES= http://www.cs.wisc.edu/~schenney/sced/src/
MAINTAINER= ports@FreeBSD.org
@@ -23,10 +22,10 @@ MAN1= sced.1
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/sced ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/docs/man/man1/sced.1 ${PREFIX}/man/man1
- ${MKDIR} ${PREFIX}/lib/sced
- ${INSTALL_DATA} ${WRKSRC}/scenerc ${PREFIX}/lib/sced
+ @${MKDIR} ${PREFIX}/share/sced
+ ${INSTALL_DATA} ${WRKSRC}/scenerc ${PREFIX}/share/sced/sample.scenerc
.if !defined(NOPORTDOCS)
- ${MKDIR} ${PREFIX}/share/doc/sced
+ @${MKDIR} ${PREFIX}/share/doc/sced
${INSTALL_DATA} ${WRKSRC}/docs/guide.* ${PREFIX}/share/doc/sced
.endif