Changeset 19148
- Timestamp:
- 09/05/12 09:20:43 (9 months ago)
- Location:
- csw/mgar/pkg/less/trunk
- Files:
-
- 2 modified
Legend:
- Unmodified
- Added
- Removed
-
csw/mgar/pkg/less/trunk/Makefile
r16916 r19148 1 1 NAME = less 2 VERSION = 4 442 VERSION = 451 3 3 CATEGORIES = utils 4 4 GARTYPE = v2 … … 15 15 LICENSE = LICENSE 16 16 17 RUNTIME_DEP_PKGS_CSWless += CSWncurses 18 RUNTIME_DEP_PKGS_CSWless += CSWlibintl8 17 PACKAGES += CSWless 18 SPKG_DESC_CSWless = A free open-source file pager 19 # PKGFILES is catchall 20 RUNTIME_DEP_PKGS_CSWless += CSWlibncursesw5 19 21 20 22 NOISALIST = 1 23 24 REINPLACEMENTS += sysless 25 REINPLACE_MATCH_sysless = /usr/local/etc/sysless 26 REINPLACE_WITH_sysless = $(sysconfdir)/sysless 27 REINPLACE_FILES_sysless += less.man 21 28 22 29 # There is no testsuite 23 30 TEST_TARGET = 24 31 25 # We re placed the problematic occurrence of sysless in post-install, the remaining one is just32 # We reinplaced the problematic occurrence of sysless, the remaining one is just 26 33 # a default. 27 34 CHECKPKG_OVERRIDES_CSWless += file-with-bad-content|/usr/local|root/opt/csw/share/man/man1/less.1 28 35 29 36 include gar/category.mk 30 31 post-install-modulated:32 perl -pi -e 's,/usr/local/etc/sysless,$(sysconfdir)/sysless,g' \33 $(DESTDIR)$(mandir)/man1/less.1 -
csw/mgar/pkg/less/trunk/checksums
r14768 r19148 1 56f9f76ffe13f70155f47f6b3c87d421 less-444.tar.gz1 765f082658002b2b46b86af4a0da1842 less-451.tar.gz
