diff options
Diffstat (limited to 'games/xpenguins/Makefile')
-rw-r--r-- | games/xpenguins/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/games/xpenguins/Makefile b/games/xpenguins/Makefile index e2af402..dea4f19 100644 --- a/games/xpenguins/Makefile +++ b/games/xpenguins/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: xpenguins -# Date created: 24 January 2001 -# Whom: lyngbol@candid.dk -# +# Created by: lyngbol@candid.dk # $FreeBSD$ -# PORTNAME= xpenguins PORTVERSION= 2.2 @@ -23,6 +19,7 @@ GNU_CONFIGURE= yes MAN1= xpenguins.1 +NO_STAGE= yes post-install: /usr/bin/umask 0222 && \ ${TAR} zx --no-same-owner -f ${DISTDIR}/xpenguins-daemon-1.2.tar.gz -C ${DATADIR}/themes |