diff options
Diffstat (limited to 'games/ishido/Makefile')
-rw-r--r-- | games/ishido/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/games/ishido/Makefile b/games/ishido/Makefile index a340e1d..f267517 100644 --- a/games/ishido/Makefile +++ b/games/ishido/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: ishido -# Date created: Wed June 24, 1998 -# Whom: Steven H. Samorodin (samorodi@NUXI.com) -# +# Created by: Steven H. Samorodin (samorodi@NUXI.com) # $FreeBSD$ -# PORTNAME= ishido PORTVERSION= 1.1 @@ -19,6 +15,7 @@ MAKE_ENV= X11BASE=${LOCALBASE} USE_XORG= x11 MAN6= ishido.6 +NO_STAGE= yes do-install: ${INSTALL_MAN} ${WRKSRC}/ishido.6 ${PREFIX}/man/man6 ${INSTALL} ${COPY} ${STRIP} -o ${BINOWN} -g games -m 2511 ${WRKSRC}/ishido ${PREFIX}/bin |