diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-11-18 11:44:27 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-11-18 11:44:27 +0000 |
commit | 300c45cf2e488b0b4bef726272d1259f14ae8ed9 (patch) | |
tree | 842a2dc4580fa0370f28faca34d61ab06c735859 /graphics/xpdf | |
parent | Remove spurious ^M at end of lines. (diff) |
Use MAN? macros. CATEGORIES+= -> CATEGORIES.
Notes
Notes:
svn path=/head/; revision=4575
Diffstat (limited to 'graphics/xpdf')
-rw-r--r-- | graphics/xpdf/Makefile | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/graphics/xpdf/Makefile b/graphics/xpdf/Makefile index d582855eb394..a7e3cb6b0060 100644 --- a/graphics/xpdf/Makefile +++ b/graphics/xpdf/Makefile @@ -3,22 +3,20 @@ # Date created: 02 Feb 1996 # Whom: chuckr@glue.umd.edu # -# $Id: Makefile,v 1.5 1996/05/30 11:11:10 peter Exp $ +# $Id: Makefile,v 1.6 1996/06/03 00:13:01 asami Exp $ # DISTNAME= xpdf-0.5 -CATEGORIES+= graphics +CATEGORIES= graphics MASTER_SITES= ftp://ftp.andrew.cmu.edu/pub/xpdf/ MAINTAINER= chuckr@glue.umd.edu USE_X11= yes +MAN1= xpdf.1 pdftops.1 post-install: - install -c -m 444 ${WRKSRC}/xpdf.1 ${PREFIX}/man/man1 - install -c -m 444 ${WRKSRC}/pdftops.1 ${PREFIX}/man/man1 -.if !defined(NOMANCOMPRESS) - gzip -9nf ${PREFIX}/man/man1/xpdf.1 ${PREFIX}/man/man1/pdftops.1 -.endif + ${INSTALL_MAN} ${WRKSRC}/xpdf.1 ${PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/pdftops.1 ${PREFIX}/man/man1 .include <bsd.port.mk> |