diff options
author | tv <tv> | 1998-07-18 14:50:38 +0000 |
---|---|---|
committer | tv <tv> | 1998-07-18 14:50:38 +0000 |
commit | 7f877431b963dc2080374ce87b863dcf3c351b31 (patch) | |
tree | 4b141b04020ea7128c1793048f457f65ed4d0903 /comms/fidogate/Makefile | |
parent | 03567f001d287ab223e9ecd01d1517f76690f783 (diff) | |
download | pkgsrc-7f877431b963dc2080374ce87b863dcf3c351b31.tar.gz |
Add INFO_FILES and add install-info to PLIST.
Diffstat (limited to 'comms/fidogate/Makefile')
-rw-r--r-- | comms/fidogate/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/comms/fidogate/Makefile b/comms/fidogate/Makefile index 76bc8fe4148..aa6c6b91d38 100644 --- a/comms/fidogate/Makefile +++ b/comms/fidogate/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 1998/07/18 04:22:25 tv Exp $ +# $NetBSD: Makefile,v 1.3 1998/07/18 14:50:38 tv Exp $ # DISTNAME= fidogate-4.2.9 @@ -10,13 +10,14 @@ MAINTAINER= tv@netbsd.org # aka "Todd Vierling" @ 1:396/1.5 BUILD_DEPENDS= ${PREFIX}/bin/libtool:../../devel/libtool USE_GMAKE= yes -USE_GTEXINFO= yes USE_PERL5= yes MAKE_ENV= LIBTOOL=${PREFIX}/bin/libtool WRKSRC= ${WRKDIR}/fidogate NO_CDROM= "extremely limited usefulness to the general public" +INFO_FILES= fidogate.info + pre-install: ${INSTALL_DATA_DIR} -m 0755 ${PREFIX}/lib/fidogate |