diff options
author | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2000-08-02 00:18:22 +0000 |
---|---|---|
committer | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2000-08-02 00:18:22 +0000 |
commit | e155c8dfc2754fc1e630aebe9710af6a53cff58c (patch) | |
tree | 994f8c6db9f948e71f18eb6c97260ab8d6590519 /games/empire/Makefile | |
parent | 2a6643e170a0b0fabaac6f517e1b34dc65b6e681 (diff) |
Notes
Diffstat (limited to 'games/empire/Makefile')
-rw-r--r-- | games/empire/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/games/empire/Makefile b/games/empire/Makefile index 26365158bfae..eb9dd1d444e2 100644 --- a/games/empire/Makefile +++ b/games/empire/Makefile @@ -6,19 +6,18 @@ # PORTNAME= empire -PORTVERSION= 1.1 +PORTVERSION= 1.2 CATEGORIES= games MASTER_SITES= ftp://locke.ccil.org/pub/esr/ -DISTNAME= ${PORTNAME} +DISTNAME= vms-${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org -WRKSRC= ${WRKDIR}/${PKGNAME} MAN6= empire.6 do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/empire ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/empire.6 ${PREFIX}/man/man6 + ${INSTALL_PROGRAM} ${WRKSRC}/vms-empire ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/vms-empire.6 ${PREFIX}/man/man6 .if !defined(NOPORTDOCS) .for file in BUGS READ.ME @${MKDIR} ${PREFIX}/share/doc/empire |