diff options
author | asami <asami@FreeBSD.org> | 2000-04-16 16:50:08 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-04-16 16:50:08 +0800 |
commit | 984e5b8a7f3fdf5810c7edc9bd0002557634a4fa (patch) | |
tree | e37ec1bfacc9295d8a509b7c1acddd4fdabbf176 | |
parent | d59102f01ab742cff63703fc7d5a48150577426b (diff) | |
download | freebsd-ports-gnome-984e5b8a7f3fdf5810c7edc9bd0002557634a4fa.tar.gz freebsd-ports-gnome-984e5b8a7f3fdf5810c7edc9bd0002557634a4fa.tar.zst freebsd-ports-gnome-984e5b8a7f3fdf5810c7edc9bd0002557634a4fa.zip |
DISTNAME fixes.
-rw-r--r-- | audio/wsoundprefs/Makefile | 2 | ||||
-rw-r--r-- | www/p5-HTML-Embperl/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/audio/wsoundprefs/Makefile b/audio/wsoundprefs/Makefile index 994054d55590..34118449a141 100644 --- a/audio/wsoundprefs/Makefile +++ b/audio/wsoundprefs/Makefile @@ -9,7 +9,7 @@ PORTNAME= wsoundprefs PORTVERSION= 1.0.2 CATEGORIES= audio windowmaker MASTER_SITES= ftp://shadowmere.student.utwente.nl/pub/WindowMaker/ -DISTFILE= WSoundPrefs-${PORTVERSION} +DISTNAME= WSoundPrefs-${PORTVERSION} MAINTAINER= ports@FreeBSD.org diff --git a/www/p5-HTML-Embperl/Makefile b/www/p5-HTML-Embperl/Makefile index 36a6375cc50a..c60f989860f7 100644 --- a/www/p5-HTML-Embperl/Makefile +++ b/www/p5-HTML-Embperl/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 1.3b2 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= HTML -DISTNAME= p5-HTML-Embperl-1.3b2 +DISTNAME= HTML-Embperl-1.3b2 MAINTAINER= ports@FreeBSD.org |