svn commit: r312098 - head/games/djgame2

Baptiste Daroussin bapt at FreeBSD.org
Tue Feb 12 11:25:17 UTC 2013


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 at gmail.com>
-#
+# Created by: Yinghong Liu <relaxbsd at 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
- at dirrm %%DATADIR%%/update
 @dirrm %%DATADIR%%/modules
 @dirrm %%DATADIR%%/images/member
 @dirrm %%DATADIR%%/images/avatars


More information about the svn-ports-head mailing list