diff options
author | steve <steve@FreeBSD.org> | 1998-10-20 09:45:53 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-10-20 09:45:53 +0800 |
commit | 307c07b5417d2bcccfe39da0a348abc55fd4f670 (patch) | |
tree | 0cd7e290b9db525ba594b8abdecec0592e216ce1 /print/html2ps-a4 | |
parent | ab679f15256d6726fc2ab0ceae0a5a790e99b17b (diff) | |
download | freebsd-ports-gnome-307c07b5417d2bcccfe39da0a348abc55fd4f670.tar.gz freebsd-ports-gnome-307c07b5417d2bcccfe39da0a348abc55fd4f670.tar.zst freebsd-ports-gnome-307c07b5417d2bcccfe39da0a348abc55fd4f670.zip |
Make this port deinstall cleanly.
Diffstat (limited to 'print/html2ps-a4')
-rw-r--r-- | print/html2ps-a4/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/html2ps-a4/Makefile b/print/html2ps-a4/Makefile index 8d4de25f8c8d..bbe1f5e29a5a 100644 --- a/print/html2ps-a4/Makefile +++ b/print/html2ps-a4/Makefile @@ -3,7 +3,7 @@ # Date created: Sat Nov 22 12:54:50 CET 1997 # Whom: andreas # -# $Id: Makefile,v 1.2 1998/08/31 13:16:21 asami Exp $ +# $Id: Makefile,v 1.3 1998/09/15 21:31:51 asami Exp $ # DISTNAME= html2ps-1.0b1 @@ -21,7 +21,7 @@ BUILD_DEPENDS= mogrify:${PORTSDIR}/graphics/ImageMagick \ ${site_perl}/LWP.pm:${PORTSDIR}/www/p5-libwww \ weblint:${PORTSDIR}/www/weblint -site_perl= ${PREFIX}/lib/perl5/site_perl +site_perl= ${PREFIX}/lib/perl5/site_perl/${PERL_VER} USE_PERL5= YES NO_BUILD= YES IS_INTERACTIVE= YES |