diff options
author | flathill <flathill@FreeBSD.org> | 1998-11-17 16:45:07 +0000 |
---|---|---|
committer | flathill <flathill@FreeBSD.org> | 1998-11-17 16:45:07 +0000 |
commit | cbf479ae93a7111af95d85da2b4b96160c184fa9 (patch) | |
tree | 9fff4f6f2593cd612019689671ebd6eba177583d /x11/lupe | |
parent | 1e4e86eb9f94c117817f3c530857f2237adeac19 (diff) | |
download | FreeBSD-ports-cbf479ae93a7111af95d85da2b4b96160c184fa9.zip FreeBSD-ports-cbf479ae93a7111af95d85da2b4b96160c184fa9.tar.gz |
Update to 0.08
Diffstat (limited to 'x11/lupe')
-rw-r--r-- | x11/lupe/Makefile | 15 | ||||
-rw-r--r-- | x11/lupe/distinfo | 2 | ||||
-rw-r--r-- | x11/lupe/pkg-plist | 2 |
3 files changed, 13 insertions, 6 deletions
diff --git a/x11/lupe/Makefile b/x11/lupe/Makefile index bcbdba1..dc8cfc9 100644 --- a/x11/lupe/Makefile +++ b/x11/lupe/Makefile @@ -3,20 +3,25 @@ # Date created: 4 February 1998 # Whom: FURUSAWA,Kazuhisa <kazu@jp.freebsd.org> # -# $Id: Makefile,v 1.4 1998/02/07 19:55:54 fenner Exp $ +# $Id: Makefile,v 1.5 1998/10/05 05:17:56 steve Exp $ # -DISTNAME= lupe007 -PKGNAME= lupe-0.07 +DISTNAME= lupe008 +PKGNAME= lupe-0.08 CATEGORIES= x11 -MASTER_SITES= ftp://ftp.eos.hokudai.ac.jp/pub/X11/contrib/misc/ +MASTER_SITES= http://www2s.biglobe.ne.jp/~yav/soft/ MAINTAINER= kazu@jp.freebsd.org WRKSRC= ${WRKDIR}/lupe -USE_GMAKE= yes USE_IMAKE= yes XMKMF= xmkmf MAN1= lupe.1 +post-install: +.if !defined(NOPORTDOCS) + ${MKDIR} ${PREFIX}/share/doc/lupe + ${INSTALL_MAN} ${WRKSRC}/lupe.doc ${PREFIX}/share/doc/lupe +.endif + .include <bsd.port.mk> diff --git a/x11/lupe/distinfo b/x11/lupe/distinfo index cc8b7b0..67781e1 100644 --- a/x11/lupe/distinfo +++ b/x11/lupe/distinfo @@ -1 +1 @@ -MD5 (lupe007.tar.gz) = bb2efd9d2b0e82a17038754d5374637b +MD5 (lupe008.tar.gz) = 1667810424648f9e34c62a065274f159 diff --git a/x11/lupe/pkg-plist b/x11/lupe/pkg-plist index fda1990..b85f742 100644 --- a/x11/lupe/pkg-plist +++ b/x11/lupe/pkg-plist @@ -1 +1,3 @@ bin/lupe +share/doc/lupe/lupe.doc +@dirrm share/doc/lupe |