diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1996-11-17 08:45:20 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1996-11-17 08:45:20 +0000 |
commit | e5cc021f77b6b9ad840e0350c81761099dd35e04 (patch) | |
tree | 8b08b89bac82cd26c045211d009f5b66c0d101f5 /print/dviselect | |
parent | 3b3bd28890a9082e67d71887318a2b242e5b8bdc (diff) | |
download | ports-e5cc021f77b6b9ad840e0350c81761099dd35e04.tar.gz ports-e5cc021f77b6b9ad840e0350c81761099dd35e04.zip |
Notes
Diffstat (limited to 'print/dviselect')
-rw-r--r-- | print/dviselect/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/print/dviselect/Makefile b/print/dviselect/Makefile index 7e4da09c46a1..37241090b729 100644 --- a/print/dviselect/Makefile +++ b/print/dviselect/Makefile @@ -3,18 +3,18 @@ # Date created: 12 October 1994 # Whom: jmz # -# $Id: Makefile,v 1.7 1995/05/16 10:43:59 asami Exp $ +# $Id: Makefile,v 1.8 1995/11/22 13:18:05 asami Exp $ # DISTNAME= dviselect PKGNAME= dviselect-1.3 -CATEGORIES+= print +CATEGORIES= print MASTER_SITES= ftp://ftp.cs.umn.edu/pub/latex/software/ MAINTAINER= jmz@FreeBSD.org pre-install: - @mkdir -p ${PREFIX}/man/man1 - @mkdir -p ${PREFIX}/bin + @${MKDIR} ${PREFIX}/man/man1 + @${MKDIR} ${PREFIX}/bin .include <bsd.port.mk> |