Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Feb 2013 11:25:17 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r312098 - head/games/djgame2
Message-ID:  <201302121125.r1CBPHYV004842@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Tue Feb 12 11:25:16 2013
New Revision: 312098
URL: http://svnweb.freebsd.org/changeset/ports/312098

Log:
  Do not try to remove a directory that has never been created by the port
  
  Spotted by:	pkg DEVELOPER_MODE

Modified:
  head/games/djgame2/Makefile
  head/games/djgame2/pkg-plist

Modified: head/games/djgame2/Makefile
==============================================================================
--- head/games/djgame2/Makefile	Tue Feb 12 11:22:02 2013	(r312097)
+++ head/games/djgame2/Makefile	Tue Feb 12 11:25:16 2013	(r312098)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	djgame2
-# Date created:		4 May 2007
-# Whom:			Yinghong Liu <relaxbsd@gmail.com>
-#
+# Created by: Yinghong Liu <relaxbsd@gmail.com>
 # $FreeBSD$
-#
 
 PORTNAME=	djgame2
 PORTVERSION=	3.2.0

Modified: head/games/djgame2/pkg-plist
==============================================================================
--- head/games/djgame2/pkg-plist	Tue Feb 12 11:22:02 2013	(r312097)
+++ head/games/djgame2/pkg-plist	Tue Feb 12 11:25:16 2013	(r312098)
@@ -417,7 +417,6 @@ share/applications/djgame2.desktop
 @dirrm %%DATADIR%%/wav/LandBattle
 @dirrm %%DATADIR%%/wav/Interlink
 @dirrm %%DATADIR%%/wav
-@dirrm %%DATADIR%%/update
 @dirrm %%DATADIR%%/modules
 @dirrm %%DATADIR%%/images/member
 @dirrm %%DATADIR%%/images/avatars



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302121125.r1CBPHYV004842>