diff options
author | steve <steve@FreeBSD.org> | 2000-05-28 11:38:33 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2000-05-28 11:38:33 +0800 |
commit | 0c6aa47d7e557b89c661449c6ed9817be2909752 (patch) | |
tree | f17b5022e08ade170b4f6d13a34ef22fe90f15d8 | |
parent | 2ac99319f79cadc450acf86c890610f51067fc7f (diff) | |
download | freebsd-ports-gnome-0c6aa47d7e557b89c661449c6ed9817be2909752.tar.gz freebsd-ports-gnome-0c6aa47d7e557b89c661449c6ed9817be2909752.tar.zst freebsd-ports-gnome-0c6aa47d7e557b89c661449c6ed9817be2909752.zip |
Give a proper DISTNAME in the new PORT{NAME,VERSION} regime.
-rw-r--r-- | editors/yudit/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/yudit/Makefile b/editors/yudit/Makefile index a6f5761f5e07..1ab6acd6db31 100644 --- a/editors/yudit/Makefile +++ b/editors/yudit/Makefile @@ -11,6 +11,7 @@ CATEGORIES= editors converters print MASTER_SITES= http://yudit.org/download/ \ ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= apps/editors/X +DISTNAME= ${PORTNAME}-1.5 PATCH_SITES= http://yudit.org/download/ PATCHFILES= yudit-1.5.patch1 |