diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-04-02 01:00:24 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-04-02 01:00:24 +0000 |
commit | 4aed6f1e6536c2d3be11d0ac7596e10b27791cb5 (patch) | |
tree | 021f61372fc74d69c6dbb086d15d03b8a2cae67e /games/starlanes/Makefile | |
parent | 77140e508e938432f22e37e787489915e2d78661 (diff) |
Notes
Diffstat (limited to 'games/starlanes/Makefile')
-rw-r--r-- | games/starlanes/Makefile | 23 |
1 files changed, 8 insertions, 15 deletions
diff --git a/games/starlanes/Makefile b/games/starlanes/Makefile index 20c4bbee21bf..2197d2ca18e6 100644 --- a/games/starlanes/Makefile +++ b/games/starlanes/Makefile @@ -6,24 +6,17 @@ # $FreeBSD$ # -DISTNAME= starlanes-1.2.2 -CATEGORIES= games -MASTER_SITES= ${MASTER_SITE_SUNSITE} +DISTNAME= starlanes-1.2.2 +CATEGORIES= games +MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= games/strategy -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ports@FreeBSD.org -ALL_TARGET= -MAN6= starlanes.6 +ALL_TARGET= # empty +MAN6= starlanes.6 -pre-build: - @ ${RM} ${WRKSRC}/starlanes - -do-install: - @ ${INSTALL_PROGRAM} ${WRKSRC}/starlanes ${PREFIX}/bin/starlanes - @ ${INSTALL_MAN} ${WRKSRC}/starlanes.6 ${PREFIX}/man/man6 - @ ${MKDIR} ${PREFIX}/share/doc/starlanes - @ ${INSTALL_DATA} ${WRKSRC}/COPYING ${PREFIX}/share/doc/starlanes/COPYING - @ ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/starlanes/README +post-extract: + @${RM} ${WRKSRC}/starlanes .include <bsd.port.mk> |