Skip to content

Commit

Permalink
Install text file with license conditions.
Browse files Browse the repository at this point in the history
  • Loading branch information
tron committed Sep 1, 1999
1 parent 81ac8e3 commit 4c40b7f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion net/ra-pna-proxy/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.1.1.1 1999/09/01 19:44:03 tron Exp $
# $NetBSD: Makefile,v 1.2 1999/09/01 20:05:19 tron Exp $

DISTNAME= raproxy3.0b1
PKGNAME= ra-pna-proxy-3.0b1
Expand Down Expand Up @@ -34,5 +34,7 @@ post-build:
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/raproxy ${PREFIX}/libexec/${PROGNAME}
${INSTALL_MAN} ${WRKSRC}/${PROGNAME}.8 ${PREFIX}/man/man8
${MKDIR} ${PREFIX}/share/doc/${PROGNAME}
${INSTALL_DATA} ${WRKSRC}/license.txt ${PREFIX}/share/doc/${PROGNAME}

.include "../../mk/bsd.pkg.mk"
4 changes: 3 additions & 1 deletion net/ra-pna-proxy/pkg/PLIST
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
@comment $NetBSD: PLIST,v 1.1.1.1 1999/09/01 19:44:03 tron Exp $
@comment $NetBSD: PLIST,v 1.2 1999/09/01 20:05:19 tron Exp $
libexec/ra-pna-proxy
man/man8/ra-pna-proxy.8
share/doc/ra-pna-proxy/license.txt
@dirrm share/doc/ra-pna-proxy

0 comments on commit 4c40b7f

Please sign in to comment.