diff options
author | asami <asami@FreeBSD.org> | 1996-03-10 09:06:28 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-03-10 09:06:28 +0000 |
commit | 03b5309d3996470681f2388e89488d286d561a8a (patch) | |
tree | 5e1e838706e910a16f04f36e9e5c95a8ed80b06f /print/xdvi | |
parent | 60ed28494d4c503eba1af6d6a90e55d9918c1401 (diff) | |
download | FreeBSD-ports-03b5309d3996470681f2388e89488d286d561a8a.zip FreeBSD-ports-03b5309d3996470681f2388e89488d286d561a8a.tar.gz |
Add DIST_SUBDIR=xdvi. This port has only one distfile but the Japanese
version is in the subdir.
Diffstat (limited to 'print/xdvi')
-rw-r--r-- | print/xdvi/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/xdvi/Makefile b/print/xdvi/Makefile index 4e65772..e0ff9e65 100644 --- a/print/xdvi/Makefile +++ b/print/xdvi/Makefile @@ -3,7 +3,7 @@ # Date created: 1 October 1994 # Whom: jmz # -# $Id: Makefile,v 1.16 1995/06/20 07:46:44 asami Exp $ +# $Id: Makefile,v 1.17 1995/11/22 13:18:35 asami Exp $ # DISTNAME= xdvi-20 @@ -15,6 +15,7 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= jmz@FreeBSD.org +DIST_SUBDIR= xdvi # to share distfiles with japanese/xdvi USE_IMAKE= yes USE_GMAKE= yes IS_INTERACTIVE= yes |