diff options
author | khorben <khorben@pkgsrc.org> | 2015-07-05 15:01:07 +0000 |
---|---|---|
committer | khorben <khorben@pkgsrc.org> | 2015-07-05 15:01:07 +0000 |
commit | 12273aee202419af6d5ef76601c49b2049458efa (patch) | |
tree | ffe5d8b15862e13a39114cf41e978aaa994afcc3 /x11 | |
parent | 39e812249e333cca3546c1f00af864e9c3a8583d (diff) | |
download | pkgsrc-12273aee202419af6d5ef76601c49b2049458efa.tar.gz |
Correct the PKGNAME
It's modular-xorg-xephyr not modular-xorg-server-xephyr.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/modular-xorg-xephyr/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/modular-xorg-xephyr/Makefile b/x11/modular-xorg-xephyr/Makefile index 824b4aed0e5..e22bb70cf2c 100644 --- a/x11/modular-xorg-xephyr/Makefile +++ b/x11/modular-xorg-xephyr/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.1 2015/07/05 13:16:44 khorben Exp $ +# $NetBSD: Makefile,v 1.2 2015/07/05 15:01:07 khorben Exp $ DISTNAME= xorg-server-1.17.2 -PKGNAME= modular-xorg-server-xephyr-1.17.2 +PKGNAME= modular-xorg-xephyr-1.17.2 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG:=xserver/} EXTRACT_SUFX= .tar.bz2 |