diff options
Diffstat (limited to 'misc/kdeedu3/Makefile')
-rw-r--r-- | misc/kdeedu3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/kdeedu3/Makefile b/misc/kdeedu3/Makefile index 2affc27f3491..2b33641dc04e 100644 --- a/misc/kdeedu3/Makefile +++ b/misc/kdeedu3/Makefile @@ -7,10 +7,9 @@ PORTNAME= kdeedu PORTVERSION= ${KDE_VERSION} -PORTREVISION= 1 CATEGORIES?= misc kde MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src +MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src DIST_SUBDIR= KDE MAINTAINER?= kde@FreeBSD.org @@ -22,6 +21,7 @@ PREFIX= ${KDE_PREFIX} USE_BZIP2= yes USE_XPM= yes USE_GMAKE= yes +USE_REINPLACE= yes GNU_CONFIGURE= yes INSTALLS_SHLIB= yes |