pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/align



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Dec 10 08:14:11 UTC 2025

Modified Files:
        pkgsrc/textproc/align: Makefile

Log Message:
align: fix previous

noted by jperkin, thanks


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/textproc/align/Makefile

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

Modified files:

Index: pkgsrc/textproc/align/Makefile
diff -u pkgsrc/textproc/align/Makefile:1.3 pkgsrc/textproc/align/Makefile:1.4
--- pkgsrc/textproc/align/Makefile:1.3  Wed Dec 10 08:10:13 2025
+++ pkgsrc/textproc/align/Makefile      Wed Dec 10 08:14:10 2025
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.3 2025/12/10 08:10:13 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2025/12/10 08:14:10 wiz Exp $
 
 DISTNAME=      align-1.1.1
 CATEGORIES=    textproc
 #MASTER_SITES= ${MASTER_SITE_GITHUB:=sjmulder/}
 
 MAINTAINER=    sjmulder%NetBSD.org@localhost
-HOMEPAGE=      https://github.com/sjmulder/align
-#COMMENT=      Center or right-align text files
+#HOMEPAGE=     https://github.com/sjmulder/align
+COMMENT=       Center or right-align text files
 LICENSE=       2-clause-bsd
 
 MAKE_ENV+=     MANPREFIX=${PREFIX}/${PKGMANDIR}



Home | Main Index | Thread Index | Old Index