diff options
author | lofi <lofi@FreeBSD.org> | 2005-01-30 18:29:22 +0800 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2005-01-30 18:29:22 +0800 |
commit | 946a0860f30571d1fb32684a16efa5fc02d3402d (patch) | |
tree | d1b784d88e6354e4a5a2963cafad5a4e62175495 /print/alignmargins/Makefile | |
parent | dd0268471da6662fc29d3acc0f6bca7aedd9092c (diff) | |
download | freebsd-ports-gnome-946a0860f30571d1fb32684a16efa5fc02d3402d.tar.gz freebsd-ports-gnome-946a0860f30571d1fb32684a16efa5fc02d3402d.tar.zst freebsd-ports-gnome-946a0860f30571d1fb32684a16efa5fc02d3402d.zip |
Fix the another big small typo and preemptively fix perl invocation, too.
Diffstat (limited to 'print/alignmargins/Makefile')
-rw-r--r-- | print/alignmargins/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/alignmargins/Makefile b/print/alignmargins/Makefile index aa5ec2e6fcb0..b918674bde1d 100644 --- a/print/alignmargins/Makefile +++ b/print/alignmargins/Makefile @@ -7,6 +7,7 @@ PORTNAME= alignmargins PORTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= print MASTER_SITES= http://people.freebsd.org/~lofi/ \ http://www.linuxprinting.org/download/printing/ @@ -16,7 +17,7 @@ MAINTAINER= lofi@FreeBSD.org COMMENT= Utility script to generate custom margins in PPDs for CUPS NO_BUILD= yes -USE_PERL= yes +USE_PERL5= yes USE_REINPLACE= yes do-extract: |