pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

inn/nnrpd



Module Name:	pkgsrc-wip
Committed By:	Hauke Fath <hauke%NetBSD.org@localhost>
Pushed By:	hauke
Date:		Tue Oct 28 11:00:58 2025 +0100
Changeset:	974e88fd2257f688f4757abbac24224bce772f4f

Modified Files:
	nnrpd/Makefile

Log Message:
inn/nnrpd

Remove redundant declarations

Reorder entries

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=974e88fd2257f688f4757abbac24224bce772f4f

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 nnrpd/Makefile | 13 +++++--------
 1 file changed, 5 insertions(+), 8 deletions(-)

diffs:
diff --git a/nnrpd/Makefile b/nnrpd/Makefile
index b7a2816beb..6011fd23e3 100644
--- a/nnrpd/Makefile
+++ b/nnrpd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2012/10/03 18:15:32 asau Exp $
+# $NetBSD$
 
 DISTNAME=		inn-1.7.2.insync-1.1d
 PKGNAME=		nnrpd-1.7.2
@@ -11,10 +11,6 @@ MAINTAINER=		hauke%NetBSD.org@localhost
 HOMEPAGE=		http://www.isc.org/sw/inn/
 COMMENT=		NNTP reader daemon from InterNet News (INN)
 
-INSTALLATION_DIRS=	sbin libexec \
-			share/examples/nnrpd share/doc/nnrpd \
-			${PKGMANDIR}/man3 ${PKGMANDIR}/man5 ${PKGMANDIR}/man8
-
 INN_DATA_DIR?=		${CNEWSDATA}
 
 CONFLICTS+=		nntpclnt-[0-9]*
@@ -27,9 +23,6 @@ USE_TOOLS+=		perl
 .include "../../wip/c-news/Makefile.common"
 .include "options.mk"
 
-# Given foo=${bar}, replace @foo@ with ${bar}.
-#
-FILES_SUBST+=		PREFIX=${PREFIX}
 FILES_SUBST+=		INNDATA=${INN_DATA_DIR:Q}
 FILES_SUBST+=		INNPREFIX=${PREFIX}
 FILES_SUBST+=		INNMANPREFIX=${PREFIX}
@@ -62,6 +55,10 @@ CONF_FILES_PERMS+=	${PREFIX}/share/examples/nnrpd/${inn_files} \
 
 BUILD_DEFS+=		INN_DATA_DIR
 
+INSTALLATION_DIRS+=	sbin libexec
+INSTALLATION_DIRS+=	share/examples/nnrpd share/doc/nnrpd
+INSTALLATION_DIRS+=	${PKGMANDIR}/man3 ${PKGMANDIR}/man5 ${PKGMANDIR}/man8
+
 pre-configure:
 	${SED} ${FILES_SUBST_SED} ${FILESDIR}/config.data > \
 		${WRKSRC}/config/config.data


Home | Main Index | Thread Index | Old Index