diff options
author | Nuno Teixeira <eduardo@FreeBSD.org> | 2024-03-03 00:05:21 +0000 |
---|---|---|
committer | Nuno Teixeira <eduardo@FreeBSD.org> | 2024-03-03 00:05:21 +0000 |
commit | b0f03f4df79bea1a38f104bcc9250ce896876094 (patch) | |
tree | 20edd488c083f8499ad1ed89f161f57053750914 | |
parent | 4007361948e390f58fc284192dab740bbc8b2a4e (diff) | |
download | freebsd-ports-b0f03f4df79bea1a38f104bcc9250ce896876094.zip |
cad/xcircuit: Move man pages to share/man
Approved by: portmgr (blanket)
-rw-r--r-- | cad/xcircuit/Makefile | 5 | ||||
-rw-r--r-- | cad/xcircuit/pkg-plist | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/cad/xcircuit/Makefile b/cad/xcircuit/Makefile index 796c01afc389..8e8c85799a76 100644 --- a/cad/xcircuit/Makefile +++ b/cad/xcircuit/Makefile @@ -1,6 +1,6 @@ PORTNAME= xcircuit PORTVERSION= 3.10.30 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= cad MASTER_SITES= http://opencircuitdesign.com/xcircuit/archive/ \ @@ -21,6 +21,9 @@ OPTIONS_DEFINE= EXAMPLES USE_XORG= ice sm x11 xpm xscrnsaver xt USE_GNOME= cairo + +GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share MAKE_ARGS+= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOHEADER="${TRUE}" \ AUTOMAKE="${TRUE}" diff --git a/cad/xcircuit/pkg-plist b/cad/xcircuit/pkg-plist index 5f6d91c4e2fa..da9aeb328fc5 100644 --- a/cad/xcircuit/pkg-plist +++ b/cad/xcircuit/pkg-plist @@ -1,6 +1,6 @@ bin/xcircuit lib/X11/app-defaults/XCircuit -man/man1/xcircuit.1.gz +share/man/man1/xcircuit.1.gz %%PORTEXAMPLES%%%%EXAMPLESDIR%%/.xcircuitrc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/FlareLED.ps %%PORTEXAMPLES%%%%EXAMPLESDIR%%/USAflag.ps |