- Fix pkg-plist
PR: 59750 Submitted by: Ports Fury
This commit is contained in:
parent
51f8f29d0f
commit
488e8b4eee
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=94920
@ -9,28 +9,18 @@
|
||||
|
||||
PORTNAME= knowit
|
||||
PORTVERSION= 0.8
|
||||
PORTREVISION= 0
|
||||
#PORTEPOCH=
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= deskutils
|
||||
MASTER_SITES= http://knowit.sourceforge.net/files/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= A note manager with tree organization that uses RTF for storage
|
||||
|
||||
USE_KDELIBS_VER=3
|
||||
PREFIX= ${KDE_PREFIX}
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_KDELIBS_VER= 3
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
BINDIR= ${PREFIX}/bin
|
||||
BINNAME= ${CONFIGURE_TARGET}-${PORTNAME}
|
||||
PLIST_SUB= BINNAME=${BINNAME}
|
||||
|
||||
post-install:
|
||||
cd ${BINDIR}; ${RM} -f ${PORTNAME}; \
|
||||
${LN} -sf ${BINNAME} ${PORTNAME}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
#EOF
|
||||
.include <bsd.port.pre.mk>
|
||||
.include "${PORTSDIR}/x11/kde3/Makefile.kde"
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -1,6 +1,4 @@
|
||||
bin/knowit
|
||||
bin/%%BINNAME%%
|
||||
bin/knowit
|
||||
share/applnk/Applications/knowit.desktop
|
||||
share/apps/knowit/tips
|
||||
share/doc/HTML/en/knowit/common
|
||||
@ -17,13 +15,13 @@ share/locale/pl/LC_MESSAGES/knowit.mo
|
||||
share/locale/ru/LC_MESSAGES/knowit.mo
|
||||
share/locale/sk/LC_MESSAGES/knowit.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/knowit.mo
|
||||
@dirrm share/icons/hicolor/32x32/apps
|
||||
@dirrm share/icons/hicolor/32x32
|
||||
@dirrm share/icons/hicolor/16x16/apps
|
||||
@dirrm share/icons/hicolor/16x16
|
||||
@dirrm share/icons/hicolor
|
||||
@unexec rmdir %D/share/icons/hicolor/32x32/apps 2>/dev/null || true
|
||||
@unexec rmdir %D/share/icons/hicolor/32x32 2>/dev/null || true
|
||||
@unexec rmdir %D/share/icons/hicolor/16x16/apps 2>/dev/null || true
|
||||
@unexec rmdir %D/share/icons/hicolor/16x16 2>/dev/null || true
|
||||
@unexec rmdir %D/share/icons/hicolor 2>/dev/null || true
|
||||
@dirrm share/doc/HTML/en/knowit
|
||||
@dirrm share/doc/HTML/en
|
||||
@dirrm share/doc/HTML
|
||||
@unexec rmdir %D/share/doc/HTML/en 2>/dev/null || true
|
||||
@unexec rmdir %D/share/doc/HTML 2>/dev/null || true
|
||||
@dirrm share/apps/knowit
|
||||
@dirrm share/applnk/Applications
|
||||
@unexec rmdir %D/share/applnk/Applications 2>/dev/null || true
|
||||
|
Loading…
Reference in New Issue
Block a user