diff options
author | rm <rm@FreeBSD.org> | 2013-05-16 23:08:08 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2013-05-16 23:08:08 +0800 |
commit | 52706e32818ff150dcdc57201de823b6500e7682 (patch) | |
tree | e6d65e80200a1c1dab94b7db17895db15329fefb /www/py-formalchemy | |
parent | a5538acedb02a1bda83c41a4a576431382af11ee (diff) | |
download | freebsd-ports-gnome-52706e32818ff150dcdc57201de823b6500e7682.tar.gz freebsd-ports-gnome-52706e32818ff150dcdc57201de823b6500e7682.tar.zst freebsd-ports-gnome-52706e32818ff150dcdc57201de823b6500e7682.zip |
- fix pkg-plist: do not try to remove directories owned by other ports
and bump PORTREVISION
- trim Makefile header, while here
Reported by: pointyhat (miwi)
With hat: python@
Diffstat (limited to 'www/py-formalchemy')
-rw-r--r-- | www/py-formalchemy/Makefile | 8 | ||||
-rw-r--r-- | www/py-formalchemy/pkg-plist | 2 |
2 files changed, 2 insertions, 8 deletions
diff --git a/www/py-formalchemy/Makefile b/www/py-formalchemy/Makefile index a2947ebedf1a..ac5ae5b75b3d 100644 --- a/www/py-formalchemy/Makefile +++ b/www/py-formalchemy/Makefile @@ -1,13 +1,9 @@ -# New ports collection makefile for: py-formalchemy -# Date created: 13 April 2010 -# Whom: ghostonthewire <ghostonthewire at gmail dot com> -# +# Created by: ghostonthewire <ghostonthewire at gmail dot com> # $FreeBSD$ -# PORTNAME= formalchemy PORTVERSION= 1.3.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www python MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/www/py-formalchemy/pkg-plist b/www/py-formalchemy/pkg-plist index c6059cbf56df..ae6e0a6ec9bc 100644 --- a/www/py-formalchemy/pkg-plist +++ b/www/py-formalchemy/pkg-plist @@ -175,5 +175,3 @@ @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/formalchemy @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% -@dirrmtry %%PYTHON_SITELIBDIR%% -@dirrmtry %%PYTHON_SITELIB%% |