diff options
author | shaun <shaun@FreeBSD.org> | 2006-06-22 02:18:06 +0000 |
---|---|---|
committer | shaun <shaun@FreeBSD.org> | 2006-06-22 02:18:06 +0000 |
commit | 3f2d4d7e7c7ba35ba959a6f0122309479b1c05ce (patch) | |
tree | 339110bec13fc0f20453833a491f9fa346992cd0 /misc | |
parent | 499f7c480afd76044bd8639e01e1fa517c0d9dfa (diff) | |
download | FreeBSD-ports-3f2d4d7e7c7ba35ba959a6f0122309479b1c05ce.zip FreeBSD-ports-3f2d4d7e7c7ba35ba959a6f0122309479b1c05ce.tar.gz |
Fix WRKSRC so port builds after previous update.
Approved by: ahze (mentor)
Diffstat (limited to 'misc')
-rw-r--r-- | misc/iso-codes/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/iso-codes/Makefile b/misc/iso-codes/Makefile index ac6e994..3715419 100644 --- a/misc/iso-codes/Makefile +++ b/misc/iso-codes/Makefile @@ -22,7 +22,7 @@ USE_GMAKE= yes GNU_CONFIGURE= yes USE_AUTOTOOLS= aclocal:19 autoconf:259 automake:19 AUTOMAKE_ARGS+= --add-missing --foreign --copy -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION:C/-.*$//} CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} post-patch: |