diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-23 18:20:59 +0100 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-23 18:58:29 +0100 |
commit | 247ce5fd9c3d819980b988143779fdb3abb7f0aa (patch) | |
tree | a2c70b142fa8823fbef992950a371b0e354f5e18 /emulators | |
parent | 7c0ecb4aad20b723446aa28f92628a71717930f4 (diff) | |
download | freebsd-ports-247ce5fd9c3d819980b988143779fdb3abb7f0aa.zip |
emulators/tiemu3: Moved man to share/man
Approved by: portmgr (blanket)
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/tiemu3/Makefile | 3 | ||||
-rw-r--r-- | emulators/tiemu3/pkg-plist | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/emulators/tiemu3/Makefile b/emulators/tiemu3/Makefile index 7a6e0bf3833f..3927a6c80909 100644 --- a/emulators/tiemu3/Makefile +++ b/emulators/tiemu3/Makefile @@ -1,6 +1,6 @@ PORTNAME= tiemu3 PORTVERSION= 3.03 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= emulators MASTER_SITES= SF/gtktiemu/tiemu-linux/TIEmu%20${DISTVERSION} DISTNAME= tiemu-${DISTVERSION} @@ -24,6 +24,7 @@ USE_GNOME= cairo gdkpixbuf2 gtk20 libglade2 USE_SDL= sdl GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFIGURE_ARGS= --disable-gdb --without-kde LDFLAGS+= -Wl,-E diff --git a/emulators/tiemu3/pkg-plist b/emulators/tiemu3/pkg-plist index a526ce782ae3..824b8a44aa2a 100644 --- a/emulators/tiemu3/pkg-plist +++ b/emulators/tiemu3/pkg-plist @@ -1,5 +1,5 @@ bin/tiemu -man/man1/tiemu.1.gz +share/man/man1/tiemu.1.gz %%NLS%%share/locale/fr/LC_MESSAGES/tiemu.mo share/tiemu/Manpage.txt share/tiemu/glade/calc-2.glade |