diff options
author | linimon <linimon@FreeBSD.org> | 2004-08-28 03:46:31 +0000 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2004-08-28 03:46:31 +0000 |
commit | d2239dbadbe5c5c282ed1c9e14e9574f3f991d6d (patch) | |
tree | 3e9b244961bb3309f2d68fba3c9c64910ca86f4a /databases/slony1 | |
parent | cc9296ce586eddfbf3f6f09de731f99e78070ae9 (diff) | |
download | FreeBSD-ports-d2239dbadbe5c5c282ed1c9e14e9574f3f991d6d.zip FreeBSD-ports-d2239dbadbe5c5c282ed1c9e14e9574f3f991d6d.tar.gz |
Remove documentation directory on deinstall.
PR: ports/70949
Submitted by: Radim Kolar <hsn at netmag dot cz> (maintainer)
Diffstat (limited to 'databases/slony1')
-rw-r--r-- | databases/slony1/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/slony1/Makefile b/databases/slony1/Makefile index f480ad6..0723815 100644 --- a/databases/slony1/Makefile +++ b/databases/slony1/Makefile @@ -41,7 +41,7 @@ PLIST_FILES= bin/slon bin/slonik bin/slony_setup.pl \ share/postgresql/slony1_funcs.v74.sql \ share/postgresql/xxid.v73.sql \ share/postgresql/xxid.v74.sql -PORTDOCS= *.pdf howto/*.txt COPYRIGHT README slonik_commands.html +PORTDOCS= *.pdf howto COPYRIGHT README slonik_commands.html pre-configure: cd ${PGSQL_SRC}/src/interfaces/libpq && ${GMAKE} all |