diff options
Diffstat (limited to 'textproc/py-pygments')
-rw-r--r-- | textproc/py-pygments/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/py-pygments/Makefile b/textproc/py-pygments/Makefile index c59f9a9a0fda..99fa04f64e42 100644 --- a/textproc/py-pygments/Makefile +++ b/textproc/py-pygments/Makefile @@ -1,6 +1,5 @@ # Created by: Nicola Vitale <nivit@FreeBSD.org> # $FreeBSD$ -# PORTNAME= pygments PORTVERSION= 1.6 @@ -25,6 +24,7 @@ DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} MAN1= pygmentize.1 .endif +NO_STAGE= yes .include <bsd.port.options.mk> post-install: |