diff options
author | shaun <shaun@FreeBSD.org> | 2006-06-22 10:18:06 +0800 |
---|---|---|
committer | shaun <shaun@FreeBSD.org> | 2006-06-22 10:18:06 +0800 |
commit | 3f2d4d7e7c7ba35ba959a6f0122309479b1c05ce (patch) | |
tree | 339110bec13fc0f20453833a491f9fa346992cd0 /misc/iso-codes | |
parent | 499f7c480afd76044bd8639e01e1fa517c0d9dfa (diff) | |
download | freebsd-ports-gnome-3f2d4d7e7c7ba35ba959a6f0122309479b1c05ce.tar.gz freebsd-ports-gnome-3f2d4d7e7c7ba35ba959a6f0122309479b1c05ce.tar.zst freebsd-ports-gnome-3f2d4d7e7c7ba35ba959a6f0122309479b1c05ce.zip |
Fix WRKSRC so port builds after previous update.
Approved by: ahze (mentor)
Diffstat (limited to 'misc/iso-codes')
-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 ac6e99490491..3715419c7ff1 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: |