summaryrefslogtreecommitdiff
path: root/print/dviselect/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'print/dviselect/Makefile')
-rw-r--r--print/dviselect/Makefile8
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>