diff options
author | bapt <bapt@FreeBSD.org> | 2013-02-12 19:25:16 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-02-12 19:25:16 +0800 |
commit | 2525e76e0d117d743673cd2d5f3eb898b9da138e (patch) | |
tree | fc4caa86aa22981af64dd55848988ba98a3d66d0 /games | |
parent | e9158b3352eb8bd22241830c18de5d40a82ec34c (diff) | |
download | freebsd-ports-graphics-2525e76e0d117d743673cd2d5f3eb898b9da138e.tar.gz freebsd-ports-graphics-2525e76e0d117d743673cd2d5f3eb898b9da138e.tar.zst freebsd-ports-graphics-2525e76e0d117d743673cd2d5f3eb898b9da138e.zip |
Do not try to remove a directory that has never been created by the port
Spotted by: pkg DEVELOPER_MODE
Diffstat (limited to 'games')
-rw-r--r-- | games/djgame2/Makefile | 6 | ||||
-rw-r--r-- | games/djgame2/pkg-plist | 1 |
2 files changed, 1 insertions, 6 deletions
diff --git a/games/djgame2/Makefile b/games/djgame2/Makefile index a27fc85fea1..af0438f9053 100644 --- a/games/djgame2/Makefile +++ b/games/djgame2/Makefile @@ -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 diff --git a/games/djgame2/pkg-plist b/games/djgame2/pkg-plist index 844c349b955..39ae4fe2ff7 100644 --- a/games/djgame2/pkg-plist +++ b/games/djgame2/pkg-plist @@ -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 |