joerg
de7d5abdaa
DESTDIR support
2009-02-10 00:15:20 +00:00
rillig
b32b7657bb
Replaced the deprecated INSTALLATION_DIRS_FROM_PLIST with AUTO_MKDIRS,
...
to shut up the pkglint warnings.
2008-02-28 11:58:47 +00:00
rillig
0a6bd0ea38
Don't install corrupted catpages on Solaris and AIX. PKGREVISION++
...
Cleaned up the Makefile.
2007-11-17 16:00:20 +00:00
rillig
2829e658f2
Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of
...
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with
${PREFIX}/${PKGMANDIR}.
Fixes PR 35265, although I did not use the patch provided therein.
2007-01-07 09:13:46 +00:00
ginsbach
0b2cff8307
Don't try to rename pkg-comment if it does not exist. Ports no longer
...
use pkg-comment but have a COMMENT= in the Makefile.
2006-09-13 17:33:20 +00:00
ginsbach
306ae67d59
Use pkgsrc-users@NetBSD.org as default MAINTAINER.
2006-09-13 17:05:09 +00:00
wiz
776a05be72
Reset maintainer for people who lost their commit bit.
2006-09-03 00:56:28 +00:00
joerg
5911def816
Recursive revision bump / recommended bump for gettext ABI change.
2006-02-05 23:08:03 +00:00
jlam
3e474a90d8
Get rid of USE_PERL5. The new way to express needing the Perl executable
...
around at either build-time or at run-time is:
USE_TOOLS+= perl # build-time
USE_TOOLS+= perl:run # run-time
Also remove some places where perl5/buildlink3.mk was being included
by a package Makefile, but all that the package wanted was the Perl
executable.
2005-07-16 01:19:06 +00:00
jlam
e46a9dd380
Create directories before installing files into them.
2005-06-17 03:50:19 +00:00
jlam
7425b543e8
Note that gtar is required by the package.
2005-05-16 01:15:30 +00:00
jschauma
72a9791f20
Add a pre-generated .0 manpage; only regen under SunOS or AIX.
2004-04-11 21:29:52 +00:00
agc
3ad1bdbf06
Move WRKSRC definition away from the first paragraph in a Makefile.
2004-01-20 12:18:15 +00:00
kristerw
fc001ebd5b
Correct the default maintainer in the man page.
...
PKGREVISION++.
2004-01-10 19:23:41 +00:00
cjep
a313ade285
Don't die if pkg-comment does not exist. Some ports have a COMMENT= in
...
their Makefile already.
2004-01-10 16:27:06 +00:00
cjep
b50a383ded
Use tech-pkg@NetBSD.org as default MAINTAINER.
2004-01-10 16:10:35 +00:00
grant
ca3be631f2
s/netbsd.org/NetBSD.org/
2003-07-17 22:50:55 +00:00
jmmv
0916498c1b
Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.
2003-03-29 12:40:00 +00:00
wiz
28a4483bc7
NO_PATCH is deprecated, says pkglint. Remove it.
2003-03-28 21:14:10 +00:00
wiz
87e706ce74
Convert ${PORTNAME} to ${PKGNAME}, from YAMAMOTO Takashi in pkg/16772.
...
Bump version to 1.11.
2002-05-19 15:41:36 +00:00
wiz
41c0c2452c
Update to 1.10:
...
Adapt to 'distinfo' change.
Adapt to 'pkg' directory removal.
Automatically rename 'pkg-message' files.
Fix a problem introduced in 1.4 (which perl -w warned about).
2002-01-01 17:01:01 +00:00
agc
a16fc84f19
Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of:
...
WRKSRC= ${WRKDIR}
This is much cleaner, much more indicative of what happens, and removes
another of the negative definitions (NO_.* = value).
2001-09-09 20:36:07 +00:00
sakamoto
20d4fafb4f
port2pkg-1.9:
...
fix s/$1/$_/ at reading COMMENT.
2001-02-24 11:06:09 +00:00
wiz
a87738b456
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
2001-02-17 17:42:09 +00:00
wiz
1b7f0d246f
Change COMMENT handling:
...
COMMENTs are now a variable in the Makefile instead of a pkg/COMMENT
file. The COMMENT var should be in the maintainer block after the
homepage.
Modify bsd.pkg.mk, pkglint, url2pkg, and port2pkg (last one untested)
for the new behaviour. Document new state in Packages.txt.
This should save lots of inodes, and lots of time when untarring/updating.
Idea by Alistair Crooks.
For the time being, accept pkg/COMMENT instead of a COMMENT var to avoid
a flag day.
2001-02-16 13:06:17 +00:00
sommerfeld
75e59e5f80
port2pkg-1.7:
...
Fix bugs:
- $pkgdir/files wasn't created
- mkdir($pkgdir/patches) was missing its second argument
(needed at least for the version of perl I have installed)
2001-01-04 20:22:47 +00:00
wiz
d839a9eba5
Make port2pkg handle the new FreeBSD ports structure. Bump version to 1.6.
...
Addresses pkg/11683.
2000-12-15 14:58:43 +00:00
hubertf
782170f9c7
s/RUN_DEPENDS/DEPENDS/
2000-07-27 16:29:05 +00:00
sakamoto
9235d824fe
Update port2pkg to 1.5
...
Changes:
Support PKGNAMEPREFIX/PKGNAMESUFFIX variables.
2000-05-12 10:07:34 +00:00
sakamoto
b804cbd46a
Update port2pkg to 1.4
...
Changes:
Support PORTNAME/PORTVERSION variables.
2000-04-26 16:18:58 +00:00
agc
23a4ca7786
Use DEPENDS in preference to RUN_DEPENDS.
1999-11-24 10:36:53 +00:00
sakamoto
20bd6c0852
Update to 1.2
...
Support FreeBSD RCS Id.
Get HOMEPAGE value from pkg/DESCR.
s/PLIST_SUB/PLIST_SUBST/
s/%%(^%)%%/\${$1}/ in PLIST.
1999-09-03 04:37:36 +00:00
sakamoto
414972adea
RUN_DEPENDS=pkglint
1999-08-10 00:36:18 +00:00
sakamoto
3de0efa03f
Converter FreeBSD port to NetBSD pkgsrc
1999-07-27 11:33:06 +00:00