diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-13 19:19:05 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-13 19:19:05 +0000 |
commit | fe5426321afa29e8e557931a88fc18b5028ba6f8 (patch) | |
tree | e6d2be6ded13e95e962877648d4188b2b5aaffcf /x11/libdnd | |
parent | Typo (PORTVESION -> PORTVERSION). (diff) |
Update to use PORTNAME/PORTVERSION
Notes
Notes:
svn path=/head/; revision=27497
Diffstat (limited to 'x11/libdnd')
-rw-r--r-- | x11/libdnd/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/libdnd/Makefile b/x11/libdnd/Makefile index 2e0688062871..6fdc71c345c4 100644 --- a/x11/libdnd/Makefile +++ b/x11/libdnd/Makefile @@ -1,15 +1,15 @@ # New ports collection makefile for: libDnd -# Version required: 1.1 # Date created: 8 August 1997 # Whom: lukin@okbmei.msk.su # # $FreeBSD$ # -DISTNAME= dnd.1.1 -PKGNAME= libdnd-1.1 +PORTNAME= libdnd +PORTVERSION= 1.1 CATEGORIES= x11 MASTER_SITES= http://leb.net/OffiX/ +DISTNAME= dnd.${PORTVERSION} EXTRACT_SUFX= .tgz MAINTAINER= lukin@okbmei.msk.su |