diff options
Diffstat (limited to 'games/drm/Makefile')
-rw-r--r-- | games/drm/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/games/drm/Makefile b/games/drm/Makefile index d791be2..ec2943f 100644 --- a/games/drm/Makefile +++ b/games/drm/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: drm -# Date created: 4 August 1998 -# Whom: Andrey Zakhvatov -# +# Created by: Andrey Zakhvatov # $FreeBSD$ -# PORTNAME= drm PORTVERSION= 1.0 @@ -18,6 +14,7 @@ COMMENT= Very simple Tetris-style game ALL_TARGET= +NO_STAGE= yes do-install: @ ${INSTALL_PROGRAM} ${WRKSRC}/bugs ${PREFIX}/bin/drm .if !defined(NOPORTDOCS) |