diff options
author | Alexander Nedotsukov <bland@FreeBSD.org> | 2004-08-19 04:49:33 +0000 |
---|---|---|
committer | Alexander Nedotsukov <bland@FreeBSD.org> | 2004-08-19 04:49:33 +0000 |
commit | 4561a016eaec22014d5886f9c0dfe8639d5dff4b (patch) | |
tree | 2552713f5904e382cbdd35d3ff001b2bc47240b9 /graphics/passepartout/Makefile | |
parent | 945decbdadb7c988725ef2f9470c68b9b0b6f57f (diff) |
Notes
Diffstat (limited to 'graphics/passepartout/Makefile')
-rw-r--r-- | graphics/passepartout/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/passepartout/Makefile b/graphics/passepartout/Makefile index 17be78439c6c..b05e323ddf5f 100644 --- a/graphics/passepartout/Makefile +++ b/graphics/passepartout/Makefile @@ -7,7 +7,7 @@ PORTNAME= passepartout PORTVERSION= 0.4 -PORTREVISION= 3 +PORTREVISION= 5 CATEGORIES= graphics gnome MASTER_SITES= http://www.stacken.kth.se/project/pptout/files/ @@ -27,7 +27,7 @@ USE_LIBTOOL_VER=13 CONFIGURE_ENV= CFALGS=-I${LOCALBASE}/include \ LDFLAGS=-L${LOCALBASE}/lib -MAN= xml2ps.1 passepartout.1x +MAN1= xml2ps.1 passepartout.1x .include <bsd.port.pre.mk> |