diff options
author | agc <agc> | 1999-10-21 15:15:01 +0000 |
---|---|---|
committer | agc <agc> | 1999-10-21 15:15:01 +0000 |
commit | 4b2b1a375c5cf96bd50985c698dc73b85efa1ef9 (patch) | |
tree | b436ff6ef626e61703cb2575c500821b5bfa8925 /misc/siag/Makefile | |
parent | 4f69444821a566738591d45089437e25ad831dad (diff) | |
download | pkgsrc-4b2b1a375c5cf96bd50985c698dc73b85efa1ef9.tar.gz |
Remove the previous post-install hack which moved documentation around.
Add patches to put the documentation in the correct directory, according
to hier(7).
Fixes the concerns raised in pkg PR 8620 by Simon Burge.
Diffstat (limited to 'misc/siag/Makefile')
-rw-r--r-- | misc/siag/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/misc/siag/Makefile b/misc/siag/Makefile index a70210b1b51..577a5330852 100644 --- a/misc/siag/Makefile +++ b/misc/siag/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 1999/10/21 15:12:40 agc Exp $ +# $NetBSD: Makefile,v 1.13 1999/10/21 15:15:01 agc Exp $ DISTNAME= siag-3.1.20 CATEGORIES= misc textproc math @@ -29,8 +29,4 @@ DEPENDS+= ncurses-4.2:../../devel/ncurses XAW_TYPE?= 3d -post-install: - ${MV} ${PREFIX}/doc/siag ${PREFIX}/share/doc/siag - -${RMDIR} ${PREFIX}/doc - .include "../../mk/bsd.pkg.mk" |