diff options
Diffstat (limited to 'print/dviselect/Makefile')
-rw-r--r-- | print/dviselect/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/print/dviselect/Makefile b/print/dviselect/Makefile index f3338608d560..eb2ea839d94e 100644 --- a/print/dviselect/Makefile +++ b/print/dviselect/Makefile @@ -3,20 +3,19 @@ # Date created: 12 October 1994 # Whom: jmz # -# $Id: Makefile,v 1.9 1996/11/17 08:44:33 obrien Exp $ +# $Id: Makefile,v 1.10 1996/11/18 14:11:18 asami Exp $ # DISTNAME= dviselect PKGNAME= dviselect-1.3 CATEGORIES= print -MASTER_SITES= ftp://ftp.cs.umn.edu/pub/latex/software/ +MASTER_SITES= ftp://ftp.ee.duke.edu/archives/ MAINTAINER= jmz@FreeBSD.org +SCRIPTS_ENV= CFLAGS="${CFLAGS}" + MAN1= dviselect.1 -pre-install: - @${MKDIR} ${PREFIX}/man/man1 - @${MKDIR} ${PREFIX}/bin .include <bsd.port.mk> |