mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-21 18:48:05 -04:00
13 lines
299 B
Plaintext
13 lines
299 B
Plaintext
$NetBSD: patch-Makefile.in,v 1.3 2014/01/21 16:31:27 jperkin Exp $
|
|
|
|
Support catpage.
|
|
|
|
--- Makefile.in.orig 2013-06-16 14:00:45.000000000 +0000
|
|
+++ Makefile.in
|
|
@@ -2,4 +2,5 @@
|
|
|
|
PROG= pkgin
|
|
+MAN= pkgin.1
|
|
VERSION= @PACKAGE_VERSION@
|
|
SRCS= main.c summary.c tools.c pkgindb.c depends.c actions.c \
|