diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2001-03-30 18:20:29 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2001-03-30 18:20:29 +0000 |
commit | 34cf5e431b5cce471ee1f24cdfc3abb826342b2e (patch) | |
tree | c8cdfe42ebc8dfa080b5a5d55fc66022036061cd /security/pam-pgsql/pkg-plist | |
parent | 1) update the port to version 1.25: (diff) |
Fix the package building (I used - in the Makefile, but _ in the
pkg-plist) by passing the DOCDIR variable through PLIST_SUB.
Remove my own PLIST_SUB hackery that predated (and, hopefully,
inspired) the now standard PORTDOCS addition.
Surprisingly enough, there still is no version 0.4 of this thing
on the distsite...
Submitted by: bento (and fenner's script -- many thanks)
Diffstat (limited to 'security/pam-pgsql/pkg-plist')
-rw-r--r-- | security/pam-pgsql/pkg-plist | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/security/pam-pgsql/pkg-plist b/security/pam-pgsql/pkg-plist index 1bd61e594b21..a91967e2542c 100644 --- a/security/pam-pgsql/pkg-plist +++ b/security/pam-pgsql/pkg-plist @@ -1,6 +1,6 @@ -%%DOC%%share/doc/pam_pgsql/README -%%DOC%%share/doc/pam_pgsql/changelog -%%DOC%%share/doc/pam_pgsql/copyright -%%DOC%%@dirrm share/doc/pam_pgsql +%%PORTDOCS%%%%DOCDIR%%/README +%%PORTDOCS%%%%DOCDIR%%/changelog +%%PORTDOCS%%%%DOCDIR%%/copyright +%%PORTDOCS%%@dirrm %%DOCDIR%% @cwd /usr lib/pam_pgsql.so |