[Midnightbsd-cvs] mports: bsd.mport.mk: accidenently lost the PKGBASE definition.
ctriv at midnightbsd.org
ctriv at midnightbsd.org
Sun Apr 6 14:37:54 EDT 2008
Log Message:
-----------
accidenently lost the PKGBASE definition.
Modified Files:
--------------
mports/Mk:
bsd.mport.mk (r1.86 -> r1.87)
-------------- next part --------------
Index: bsd.mport.mk
===================================================================
RCS file: /home/cvs/mports/Mk/bsd.mport.mk,v
retrieving revision 1.86
retrieving revision 1.87
diff -L Mk/bsd.mport.mk -L Mk/bsd.mport.mk -u -r1.86 -r1.87
--- Mk/bsd.mport.mk
+++ Mk/bsd.mport.mk
@@ -1275,8 +1275,9 @@
# check for old, crufty, makefile types, part 2. The "else" case
# should have been handled in part 1, above.
PKGVERSION?= ${PORTVERSION:C/[-_,]/./g}${_SUF1}${_SUF2}
-PKGSUBNAME?= ${PKGNAMEPREFIX}${PORTNAME}${PKGNAMESUFFIX}
-PKGNAME?= ${PKGSUBNAME}-${PKGVERSION}
+PKGBASE?= ${PKGNAMEPREFIX}${PORTNAME}${PKGNAMESUFFIX}
+PKGSUBNAME= ${PKGBASE}
+PKGNAME?= ${PKGBASE}-${PKGVERSION}
DISTNAME?= ${PORTNAME}-${DISTVERSIONPREFIX}${DISTVERSION:C/:(.)/\1/g}${DISTVERSIONSUFFIX}
More information about the Midnightbsd-cvs
mailing list