mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
- Don't remove directories not created by this port
- Trim header Reported by: pkg (DEVELOPER_MODE)
This commit is contained in:
parent
97a3386012
commit
19042987c7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=321260
@ -1,9 +1,5 @@
|
|||||||
# New ports collection makefile for: canna-server
|
# Created by: hrs
|
||||||
# Date created: 7 September 2008
|
|
||||||
# Whom: hrs
|
|
||||||
#
|
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
|
||||||
|
|
||||||
PORTNAME= canna
|
PORTNAME= canna
|
||||||
PORTVERSION= 3.7p3
|
PORTVERSION= 3.7p3
|
||||||
|
@ -50,8 +50,5 @@ sbin/cannakill
|
|||||||
%%METAFILE%%
|
%%METAFILE%%
|
||||||
@exec %%MTREE_CMD%% -qU -f %D/%%METAFILE%% -p %D/%%DATADIR%%/dic > /dev/null 2>&1
|
@exec %%MTREE_CMD%% -qU -f %D/%%METAFILE%% -p %D/%%DATADIR%%/dic > /dev/null 2>&1
|
||||||
@dirrmtry %%DATADIR%%/dic/canna
|
@dirrmtry %%DATADIR%%/dic/canna
|
||||||
@dirrmtry %%DATADIR%%/dic/user/user
|
|
||||||
@dirrmtry %%DATADIR%%/dic/user
|
|
||||||
@dirrmtry %%DATADIR%%/dic/group
|
|
||||||
@dirrmtry %%DATADIR%%/dic
|
@dirrmtry %%DATADIR%%/dic
|
||||||
@dirrmtry %%DATADIR%%
|
@dirrmtry %%DATADIR%%
|
||||||
|
Loading…
Reference in New Issue
Block a user