diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-05 10:02:42 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-05 10:02:42 +0000 |
commit | dbd9b12d7e977d586d900547c2a7ca21e08529bc (patch) | |
tree | 3b5d7b1af412c7cc6b4d30c13a3f8157dd5ba975 /x11-themes | |
parent | 37e709d736d1870adc1d28124af3bd67e90e28d0 (diff) |
put WRKSRC back in, accidently removed
Notes
Notes:
svn path=/head/; revision=152796
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/kde-style-tiblit/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-themes/kde-style-tiblit/Makefile b/x11-themes/kde-style-tiblit/Makefile index 453daf4334dd..307ddf333367 100644 --- a/x11-themes/kde-style-tiblit/Makefile +++ b/x11-themes/kde-style-tiblit/Makefile @@ -20,5 +20,6 @@ USE_BZIP2= yes USE_KDEBASE_VER=3 GNU_CONFIGURE= yes CONFIGURE_ENV+= LDFLAGS="${PTHREAD_LIBS}" +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} .include <bsd.port.mk> |