diff options
Diffstat (limited to 'misc/ksig/Makefile')
-rw-r--r-- | misc/ksig/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/ksig/Makefile b/misc/ksig/Makefile index 431a496ac22c..efbac2c751a0 100644 --- a/misc/ksig/Makefile +++ b/misc/ksig/Makefile @@ -7,7 +7,7 @@ PORTNAME= ${KSIG_PORTNAME} PORTVERSION= ${KSIG_PORTVERSION} -PORTREVISION= 1 +PORTREVISION= ${KSIG_PORTREVISION} CATEGORIES= misc kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src @@ -28,6 +28,8 @@ USE_GMAKE= yes USE_LDCONFIG= yes LDCONFIG_DIRS+= %%PREFIX%%/lib/kde3 +PLIST_SUB+= KDE_VER="${KDE_VERSION}" + .include "${.CURDIR}/../../x11/kde3/Makefile.kde" .include "${.CURDIR}/../../misc/kdeaddons3/Makefile.split" .include <bsd.port.mk> |