mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
11781c94df
How do you think I found this out? It's a long story, but here's the short version (no pun intended): I had this upgraded to 0.5 on my machine, and had sent it to Chuck for a review. Then Peter did an upgrade. So I did a "cvs update", which showed one conflict (date in patch, understandable). However, when I did a "cvs diff", it showed that Peter had forgotten something. So here it is. :)
25 lines
607 B
Makefile
25 lines
607 B
Makefile
# New ports collection makefile for: xpdf
|
|
# Version required: 0.5
|
|
# Date created: 02 Feb 1996
|
|
# Whom: chuckr@glue.umd.edu
|
|
#
|
|
# $Id: Makefile,v 1.5 1996/05/30 11:11:10 peter Exp $
|
|
#
|
|
|
|
DISTNAME= xpdf-0.5
|
|
CATEGORIES+= graphics
|
|
MASTER_SITES= ftp://ftp.andrew.cmu.edu/pub/xpdf/
|
|
|
|
MAINTAINER= chuckr@glue.umd.edu
|
|
|
|
USE_X11= yes
|
|
|
|
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
|
|
|
|
.include <bsd.port.mk>
|