diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-06-25 16:10:06 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-06-25 16:10:06 +0000 |
commit | 755ef0eb98fc0d3094db49330f8deb89c5c545f7 (patch) | |
tree | 7b4c7b04d483e66483c024b1be36f48518125011 /graphics | |
parent | Move clo++ in devel, pointed out by ijliao and obrien. (diff) |
Fix typo: WRKSRC
Notes
Notes:
svn path=/head/; revision=61958
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/avifile/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/avifile/Makefile b/graphics/avifile/Makefile index 3abcf525af00..66a4eff1607f 100644 --- a/graphics/avifile/Makefile +++ b/graphics/avifile/Makefile @@ -25,7 +25,7 @@ USE_LIBTOOL= yes GNU_CONFIGURE= yes INSTALLS_SHLIB= yes -WRKSRC= ${WRKDIR}/${PORTNAME}${PORTVERSION:C/^(...).*/\1/}-${PORTVERSION:C/-.*//} +WRKSRC= ${WRKDIR}/${PORTNAME}${PORTVERSION:C/^(.{3}).*/\1/}-${PORTVERSION:C/^(.{5}).+$/\1/} USE_LIBTOOL= yes LIBTOOLFILES= acinclude.m4 |