diff options
author | obrien <obrien@FreeBSD.org> | 2000-04-12 14:21:15 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2000-04-12 14:21:15 +0800 |
commit | 279d0c568395b4252ea7d025ef414367c67379c0 (patch) | |
tree | 8f72921d00682487baa00cb9380ca8975f5469ce /lang/pm3-netobj | |
parent | 98e3a046d36f9f73a339aeedddb8c7f75429c5fe (diff) | |
download | freebsd-ports-gnome-279d0c568395b4252ea7d025ef414367c67379c0.tar.gz freebsd-ports-gnome-279d0c568395b4252ea7d025ef414367c67379c0.tar.zst freebsd-ports-gnome-279d0c568395b4252ea7d025ef414367c67379c0.zip |
Convert to the PORTNAME - PORTVERSION syntax.
Diffstat (limited to 'lang/pm3-netobj')
-rw-r--r-- | lang/pm3-netobj/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/lang/pm3-netobj/Makefile b/lang/pm3-netobj/Makefile index db47cb95287c..69993bb4cb18 100644 --- a/lang/pm3-netobj/Makefile +++ b/lang/pm3-netobj/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: pm3-netobj -# Version required: 1.1.13 # Date created: 11 Feb 2000 # Whom: John Polstra <jdp@FreeBSD.org> # # $FreeBSD$ # -DISTNAME= pm3-netobj-${VERSION} +PORTVERSION= pm3-netobj +PORTVERSION= 1.1.13 CATEGORIES= lang DISTFILES= @@ -23,7 +23,7 @@ INSTALL_TARGET= all MAN1= netobjd.1 stubgen.1 PLIST_SUB+= SOVERSION=${SOVERSION} TARGET=${TARGET} \ TARGETDIR=${TARGETDIR} WORDSIZE=${WORDSIZE} -WRKSRC= ${WRKDIRPREFIX}${.CURDIR}/../pm3-base/work/pm3-${VERSION} +WRKSRC= ${WRKDIRPREFIX}${.CURDIR}/../pm3-base/work/pm3-${PORTVERSION} BUILDDIRS= network/netobjects/netobj \ network/netobjects/netobjd \ @@ -32,7 +32,6 @@ PROGS= bin/netobjd \ bin/stubgen L1= ${PREFIX}/lib/m3/${TARGET}/ SOVERSION= 7 -VERSION= 1.1.13 # hack to work around bsd.port.mk problem USE_BZIP2= yes |