diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-10 19:50:46 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-10 19:50:46 +0000 |
commit | 500b47f7aef2ec4f463df2058ef05d2530b5d62b (patch) | |
tree | ccbc3d4e3c727b47b7fc234ac22f34eae1205a4c /x11-wm/epplets | |
parent | 0e204bbcc7f3b79f6a7a46b11ad02f07c28aa961 (diff) | |
download | ports-500b47f7aef2ec4f463df2058ef05d2530b5d62b.tar.gz ports-500b47f7aef2ec4f463df2058ef05d2530b5d62b.zip |
Update with the new PORTNAME/PORTVERSION variables
Notes
Notes:
svn path=/head/; revision=27443
Diffstat (limited to 'x11-wm/epplets')
-rw-r--r-- | x11-wm/epplets/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-wm/epplets/Makefile b/x11-wm/epplets/Makefile index 1a60815c7b9a..ba50b42d024e 100644 --- a/x11-wm/epplets/Makefile +++ b/x11-wm/epplets/Makefile @@ -1,15 +1,15 @@ # New ports collection makefile for: epplets -# Version required: 0.5 # Date created: 18 October 1999 # Whom: Yukihiro Nakai <nakai@FreeBSD.org> # # $FreeBSD$ # -DISTNAME= epplet-base-0.5 -PKGNAME= epplets-0.5 +PORTNAME= epplets +PORTVERSION= 0.5 CATEGORIES= x11-wm MASTER_SITES= ftp://ftp.enlightenment.org/e/epplets/ +DISTNAME= epplet-base-${PORTVERSION} MAINTAINER= nakai@FreeBSD.org |