diff options
author | steve <steve@FreeBSD.org> | 1998-10-20 01:45:53 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-10-20 01:45:53 +0000 |
commit | 307c07b5417d2bcccfe39da0a348abc55fd4f670 (patch) | |
tree | 0cd7e290b9db525ba594b8abdecec0592e216ce1 /print | |
parent | ab679f15256d6726fc2ab0ceae0a5a790e99b17b (diff) | |
download | FreeBSD-ports-307c07b5417d2bcccfe39da0a348abc55fd4f670.zip FreeBSD-ports-307c07b5417d2bcccfe39da0a348abc55fd4f670.tar.gz |
Make this port deinstall cleanly.
Diffstat (limited to 'print')
-rw-r--r-- | print/html2ps-a4/Makefile | 4 | ||||
-rw-r--r-- | print/html2ps-letter/Makefile | 4 | ||||
-rw-r--r-- | print/html2ps-letter/pkg-plist | 1 |
3 files changed, 5 insertions, 4 deletions
diff --git a/print/html2ps-a4/Makefile b/print/html2ps-a4/Makefile index 8d4de25..bbe1f5e 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 diff --git a/print/html2ps-letter/Makefile b/print/html2ps-letter/Makefile index 8d4de25..bbe1f5e 100644 --- a/print/html2ps-letter/Makefile +++ b/print/html2ps-letter/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 diff --git a/print/html2ps-letter/pkg-plist b/print/html2ps-letter/pkg-plist index cd48ec3..6e4081c 100644 --- a/print/html2ps-letter/pkg-plist +++ b/print/html2ps-letter/pkg-plist @@ -2,3 +2,4 @@ bin/html2ps lib/html2ps/html2ps.html lib/html2ps/html2psrc lib/html2ps/hyphen.tex +@dirrm lib/html2ps |