diff options
author | rh <rh@pkgsrc.org> | 1999-11-22 22:20:08 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 1999-11-22 22:20:08 +0000 |
commit | 3bcc10bff1fc8497a1d6033917f194a3767465c6 (patch) | |
tree | 7c322f894ae522627e03c73fc6a2a50ed8b79e18 /graphics/xfig | |
parent | 0f24fde104d7e61433930a5a86823d0d513cec85 (diff) | |
download | pkgsrc-3bcc10bff1fc8497a1d6033917f194a3767465c6.tar.gz |
Add missing '/' to MASTER_SITEs
Diffstat (limited to 'graphics/xfig')
-rw-r--r-- | graphics/xfig/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/xfig/Makefile b/graphics/xfig/Makefile index e9c2a33ed1e..ffce358d5a9 100644 --- a/graphics/xfig/Makefile +++ b/graphics/xfig/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.19 1999/08/25 13:37:35 agc Exp $ +# $NetBSD: Makefile,v 1.20 1999/11/22 22:20:08 rh Exp $ # DISTNAME= xfig.3.2.2 PKGNAME= xfig-3.2.2 WRKSRC= ${WRKDIR}/xfig.3.2.2 CATEGORIES= graphics -MASTER_SITES= ${MASTER_SITE_XCONTRIB:=applications/drawing_tools/xfig} +MASTER_SITES= ${MASTER_SITE_XCONTRIB:=applications/drawing_tools/xfig/} MAINTAINER= root@garbled.net HOMEPAGE= http://epb1.lbl.gov/BVSmith/xfig/ |