diff options
author | Seiichirou Hiraoka <flathill@FreeBSD.org> | 1998-11-17 16:45:07 +0000 |
---|---|---|
committer | Seiichirou Hiraoka <flathill@FreeBSD.org> | 1998-11-17 16:45:07 +0000 |
commit | d965ff589093e0b1059e023dce429cc0f5877f98 (patch) | |
tree | 4b07d7a9c5e1d4973b5c0bfc3f28040c5c5fef19 /x11/lupe/Makefile | |
parent | 1b45d4af5817290853920ddc6de7c1c43334e917 (diff) |
Notes
Diffstat (limited to 'x11/lupe/Makefile')
-rw-r--r-- | x11/lupe/Makefile | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/x11/lupe/Makefile b/x11/lupe/Makefile index bcbdba1271e4..dc8cfc9a5d1d 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> |