pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/ytnef



Module Name:    pkgsrc
Committed By:   nia
Date:           Mon Sep 16 00:03:25 UTC 2019

Modified Files:
        pkgsrc/mail/ytnef: Makefile

Log Message:
ytnef: Add COMMENT. Change spaces to tabs to please pkglint.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/mail/ytnef/Makefile

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

Modified files:

Index: pkgsrc/mail/ytnef/Makefile
diff -u pkgsrc/mail/ytnef/Makefile:1.4 pkgsrc/mail/ytnef/Makefile:1.5
--- pkgsrc/mail/ytnef/Makefile:1.4      Sun Sep 15 19:24:55 2019
+++ pkgsrc/mail/ytnef/Makefile  Mon Sep 16 00:03:25 2019
@@ -1,17 +1,19 @@
-# $NetBSD: Makefile,v 1.4 2019/09/15 19:24:55 nros Exp $
+# $NetBSD: Makefile,v 1.5 2019/09/16 00:03:25 nia Exp $
 
 .include "../../mail/libytnef/Makefile.common"
 
-USE_TOOLS+=            perl:run
-BUILD_DIRS=            ytnef ytnefprint
+COMMENT=       Programs using libytnef to parse and handle TNEF attachments
 
-REPLACE_PERL=           ytnef/ytnefprocess
+USE_TOOLS+=    perl:run
+BUILD_DIRS=    ytnef ytnefprint
 
-SUBST_CLASSES+=         prefix
-SUBST_STAGE.prefix=     pre-build
-SUBST_MESSAGE.prefix=   Setting prefix to ytnef in ytnefprocess
-SUBST_FILES.prefix=     ytnef/ytnefprocess
-SUBST_SED.prefix=       -e '/^my\ $$reader/s,/usr,${PREFIX},'
+REPLACE_PERL=  ytnef/ytnefprocess
+
+SUBST_CLASSES+=                prefix
+SUBST_STAGE.prefix=    pre-build
+SUBST_MESSAGE.prefix=  Setting prefix to ytnef in ytnefprocess
+SUBST_FILES.prefix=    ytnef/ytnefprocess
+SUBST_SED.prefix=      -e '/^my\ $$reader/s,/usr,${PREFIX},'
 
 .include "../../mail/libytnef/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index