diff options
author | jmz <jmz@FreeBSD.org> | 1997-08-20 02:05:37 +0800 |
---|---|---|
committer | jmz <jmz@FreeBSD.org> | 1997-08-20 02:05:37 +0800 |
commit | 4338eeed0bc7610ae8689113bf03474da85f03a2 (patch) | |
tree | e906d8c163711e5b135219243acd0d7603577f7c /print/dviselect/Makefile | |
parent | adf29392592a74e6618affe8b6217c47eefe6f7b (diff) | |
download | freebsd-ports-gnome-4338eeed0bc7610ae8689113bf03474da85f03a2.tar.gz freebsd-ports-gnome-4338eeed0bc7610ae8689113bf03474da85f03a2.tar.zst freebsd-ports-gnome-4338eeed0bc7610ae8689113bf03474da85f03a2.zip |
The distfile disapeared from the original site. Use another MASTER_SITES.
The version number is the same but there are slight changes in the sources.
This is why all the files have changed.
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> |