diff options
author | thorpej <thorpej> | 1997-12-14 23:44:58 +0000 |
---|---|---|
committer | thorpej <thorpej> | 1997-12-14 23:44:58 +0000 |
commit | db9fc32b8626ac8d3d312f5fcc67d974fa2f47ff (patch) | |
tree | 3c84a65cce9410fa1efa24afb61f0f381b12fb6e /net/tcptrace/Makefile | |
parent | 825f5bf2be9b2ce80579cbf34b03b67319e11bf9 (diff) | |
download | pkgsrc-db9fc32b8626ac8d3d312f5fcc67d974fa2f47ff.tar.gz |
Fix registration of the package.
Diffstat (limited to 'net/tcptrace/Makefile')
-rw-r--r-- | net/tcptrace/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/tcptrace/Makefile b/net/tcptrace/Makefile index a18738d9dca..9b30d624e24 100644 --- a/net/tcptrace/Makefile +++ b/net/tcptrace/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 1997/12/14 22:42:57 thorpej Exp $ +# $NetBSD: Makefile,v 1.3 1997/12/14 23:44:58 thorpej Exp $ # # New ports collection makefile for: tcptrace # Version required: 4.1.3 @@ -22,7 +22,7 @@ ALL_TARGET= tcptrace DOCFILES= COPYRIGHT README README.tput_graphs -install: +post-install: ${INSTALL_PROGRAM} ${WRKSRC}/tcptrace ${PREFIX}/bin .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/tcptrace |