summaryrefslogtreecommitdiffstats
path: root/games/empire/Makefile
diff options
context:
space:
mode:
authorarved <arved@FreeBSD.org>2003-01-26 00:05:54 +0000
committerarved <arved@FreeBSD.org>2003-01-26 00:05:54 +0000
commite3250dcf7c9e5d11832578443b8a0c886c4ed4cf (patch)
treea66887e6531c99435eb9ae22ec98629626cc2956 /games/empire/Makefile
parentfadf10ecf505a681ac688c169afdf78bdc5c92b8 (diff)
downloadFreeBSD-ports-e3250dcf7c9e5d11832578443b8a0c886c4ed4cf.zip
FreeBSD-ports-e3250dcf7c9e5d11832578443b8a0c886c4ed4cf.tar.gz
Update to 1.4
PR: 47483 Submitted by: KATO Tsuguru <tkato@prontomail.com>
Diffstat (limited to 'games/empire/Makefile')
-rw-r--r--games/empire/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/games/empire/Makefile b/games/empire/Makefile
index fc02d92..163acdb 100644
--- a/games/empire/Makefile
+++ b/games/empire/Makefile
@@ -6,10 +6,10 @@
#
PORTNAME= empire
-PORTVERSION= 1.2
+PORTVERSION= 1.4
CATEGORIES= games
-MASTER_SITES= http://www.tuxedo.org/~esr/vms-empire/
-DISTNAME= vms-empire-${PORTVERSION}
+MASTER_SITES= http://www.catb.org/~esr/vms-empire/
+DISTNAME= vms-${PORTNAME}-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
@@ -20,8 +20,8 @@ do-install:
${INSTALL_MAN} ${WRKSRC}/vms-empire.6 ${MANPREFIX}/man/man6/empire.6
.if !defined(NOPORTDOCS)
.for file in BUGS READ.ME
- @${MKDIR} ${PREFIX}/share/doc/empire
- ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/empire
+ @${MKDIR} ${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
.endfor
.endif
OpenPOWER on IntegriCloud