diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2024-01-12 11:05:32 +0100 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2024-01-12 14:00:45 +0100 |
commit | b721ad01fb398936c43c60b8bd645b209724b145 (patch) | |
tree | c2398d58fada8bac1c7d17dc085831b89dc5c581 /cad | |
parent | 00d2fcdaab14b18f2a4e132f7a7557c84c704061 (diff) | |
download | freebsd-ports-b721ad01fb398936c43c60b8bd645b209724b145.zip |
cad/oregano: remove useless patch and leave manpages in share/man
Diffstat (limited to 'cad')
-rw-r--r-- | cad/oregano/Makefile | 5 | ||||
-rw-r--r-- | cad/oregano/pkg-plist | 2 |
2 files changed, 2 insertions, 5 deletions
diff --git a/cad/oregano/Makefile b/cad/oregano/Makefile index 8de21bece877..5c398c2210a1 100644 --- a/cad/oregano/Makefile +++ b/cad/oregano/Makefile @@ -1,7 +1,7 @@ PORTNAME= oregano DISTVERSIONPREFIX= v DISTVERSION= 0.84.43 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= cad MAINTAINER= yuri@FreeBSD.org @@ -28,9 +28,6 @@ GLIB_SCHEMAS= io.ahoi.oregano.gschema.xml CFLAGS+= -Wno-error=incompatible-function-pointer-types .endif -post-patch: - @${REINPLACE_CMD} 's|$${MANDIR}|${MANPREFIX}/man|' ${WRKSRC}/data/wscript - post-stage: @cd ${STAGEDIR}${PREFIX} && ${STRIP_CMD} bin/oregano bin/microtests ${RM} ${STAGEDIR}${PREFIX}/share/glib-2.0/schemas/gschemas.compiled diff --git a/cad/oregano/pkg-plist b/cad/oregano/pkg-plist index 95be9022fdb0..cc0c43c6d548 100644 --- a/cad/oregano/pkg-plist +++ b/cad/oregano/pkg-plist @@ -1,6 +1,6 @@ bin/microtests bin/oregano -man/man1/oregano.1.gz +share/man/man1/oregano.1.gz share/applications/oregano.desktop share/help/C/oregano/figures/Screenshot-zener.oregano.png share/help/C/oregano/figures/oregano-Generate-List.png |