diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 18:35:44 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 18:35:44 +0000 |
commit | eb08c5441cf4772f805b99523084b12164ed2495 (patch) | |
tree | f4861f167b47e08ed6e9f5bbe5172252c8b51efc /graphics/py-django-easy-thumbnails/Makefile | |
parent | a285ade9102ca7c15642dfccd7816abc3c725c98 (diff) |
Notes
Diffstat (limited to 'graphics/py-django-easy-thumbnails/Makefile')
-rw-r--r-- | graphics/py-django-easy-thumbnails/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/graphics/py-django-easy-thumbnails/Makefile b/graphics/py-django-easy-thumbnails/Makefile index a54017b5a2d9..4e76d8a7da3b 100644 --- a/graphics/py-django-easy-thumbnails/Makefile +++ b/graphics/py-django-easy-thumbnails/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: py-easy-thumbnails -# Date created: 19 Jun 2012 -# Whom: Matthew X. Economou <xenophon+fbsdports@irtnog.org> -# +# Created by: Matthew X. Economou <xenophon+fbsdports@irtnog.org> # $FreeBSD$ -# PORTNAME= easy-thumbnails PORTVERSION= 1.0.3 @@ -21,6 +17,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django>=0:${PORTSDIR}/www/py-django USE_PYTHON= yes USE_PYDISTUTILS= yes +NO_STAGE= yes post-install: @${CAT} ${PKGMESSAGE} |