diff options
author | dougb <dougb@FreeBSD.org> | 2004-02-08 10:52:36 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2004-02-08 10:52:36 +0800 |
commit | 3117560a12ee1a90accc05aed5696a60899f716b (patch) | |
tree | a7759c703f275457a4eb3ff42cfc3048ad009f13 /x11-clocks | |
parent | 8b3d83f46e5e2f1f920916f60221787e680d1df2 (diff) | |
download | freebsd-ports-gnome-3117560a12ee1a90accc05aed5696a60899f716b.tar.gz freebsd-ports-gnome-3117560a12ee1a90accc05aed5696a60899f716b.tar.zst freebsd-ports-gnome-3117560a12ee1a90accc05aed5696a60899f716b.zip |
Unbreak by s/${PKGNAME}/${PORTNAME}-${PORTVERSION}/ for DISTNAME. The
recent (gratuitous, and obviously untested) PORTREVISION bump broke it.
Diffstat (limited to 'x11-clocks')
-rw-r--r-- | x11-clocks/asclock-gtk/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-clocks/asclock-gtk/Makefile b/x11-clocks/asclock-gtk/Makefile index b47a48e2c195..4e644a482134 100644 --- a/x11-clocks/asclock-gtk/Makefile +++ b/x11-clocks/asclock-gtk/Makefile @@ -11,7 +11,7 @@ PORTREVISION= 1 CATEGORIES= x11-clocks afterstep windowmaker MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= kuriyama -DISTNAME= ${PKGNAME}beta +DISTNAME= ${PORTNAME}-${PORTVERSION}beta MAINTAINER= kuriyama@FreeBSD.org COMMENT= New flavor of asclock (GTK version) |