diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2024-01-12 10:25:17 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2024-01-12 13:00:47 +0000 |
commit | fa74deb1de51212b538ce6d9c2e422b836a2bf8a (patch) | |
tree | dc3eb95c88f666da424614bbab69877531163750 | |
parent | e4a31537be8e22b910cb582bc798034139b86165 (diff) | |
download | ports-fa74deb1de51212b538ce6d9c2e422b836a2bf8a.tar.gz ports-fa74deb1de51212b538ce6d9c2e422b836a2bf8a.zip |
deskutils/deforaos-todo: leave manpages in share/man
-rw-r--r-- | deskutils/deforaos-todo/Makefile | 4 | ||||
-rw-r--r-- | deskutils/deforaos-todo/pkg-plist | 2 |
2 files changed, 2 insertions, 4 deletions
diff --git a/deskutils/deforaos-todo/Makefile b/deskutils/deforaos-todo/Makefile index 7e1bb1cf1006..936d4d5ac0a5 100644 --- a/deskutils/deforaos-todo/Makefile +++ b/deskutils/deforaos-todo/Makefile @@ -1,6 +1,6 @@ PORTNAME= todo PORTVERSION= 0.2.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= deskutils MASTER_SITES= http://www.defora.org/os/download/download/4429/ PKGNAMEPREFIX= deforaos- @@ -21,8 +21,6 @@ USES= desktop-file-utils gnome pkgconfig USE_GNOME= gtk20 MAKE_ARGS+= PREFIX=${PREFIX} -MAKE_ENV= MANDIR=${STAGEDIR}${MANPREFIX}/man - CONFLICTS_INSTALL= devtodo # man/man1/todo.1.gz OPTIONS_DEFINE= DOCS NLS diff --git a/deskutils/deforaos-todo/pkg-plist b/deskutils/deforaos-todo/pkg-plist index fd467b50d802..03a732b27117 100644 --- a/deskutils/deforaos-todo/pkg-plist +++ b/deskutils/deforaos-todo/pkg-plist @@ -1,5 +1,5 @@ bin/todo -%%PORTDOCS%%man/man1/todo.1.gz +%%PORTDOCS%%share/man/man1/todo.1.gz share/applications/deforaos-todo.desktop share/icons/hicolor/16x16/apps/todo.png share/icons/hicolor/24x24/apps/todo.png |