Skip to content

Commit

Permalink
- add LICENSE
Browse files Browse the repository at this point in the history
- make portlint happier
  • Loading branch information
Dirk Meyer authored and Dirk Meyer committed Jan 29, 2017
1 parent 1924f60 commit 384525d
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 8 deletions.
2 changes: 2 additions & 0 deletions news/c-nocem/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ MASTER_SITES= http://sites.inka.de/~bigred/sw/ \
MAINTAINER= [email protected]
COMMENT= NoCeM for C News and INN

LICENSE= PD

FETCH_DEPENDS= ${DISTDIR}/c-news/c-news.tar.Z:${CNEWS_PORT}:checksum
BUILD_DEPENDS= ${CNEWSWRK}/conf/substitutions:${CNEWS_PORT}:configure
BUILD_DEPENDS+= ${LOCALBASE}/lib/libcnews.a:${CNEWS_PORT} \
Expand Down
6 changes: 3 additions & 3 deletions news/c-nocem/files/patch-c-nocem.in
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
--- c-nocem.in.orig 2000-05-23 11:39:01.000000000 +0200
+++ c-nocem.in 2013-09-23 20:20:58.000000000 +0200
--- c-nocem.in.orig 2000-05-23 09:39:01 UTC
+++ c-nocem.in
@@ -1,4 +1,4 @@
-#!@PERL@ -w
+#!@PERL@
# and once again for Emacs: -*-perl-*-

# NoCeM in the spool for C News and INN - grand unified program
@@ -30,9 +30,9 @@
@@ -30,9 +30,9 @@ $tmp="@newstmp@"; # create this director
$logfile="@newslogfile@";
$ENV{'PATH'}="@newspath@";

Expand Down
10 changes: 5 additions & 5 deletions news/c-nocem/files/patch-configure
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
--- configure.orig Sun Jun 13 18:58:35 1999
+++ configure Tue Jun 15 08:15:07 1999
@@ -1271,8 +1271,8 @@
--- configure.orig 2001-05-22 12:49:44 UTC
+++ configure
@@ -1276,8 +1276,8 @@ if test "X$nsys" = "Xcnews" ; then
#define CNEWS 1
EOF

Expand All @@ -9,5 +9,5 @@
+ CPPFLAGS="$CPPFLAGS -I$prefix/include"
+ LIBS="-L$prefix/lib -lcnews $LIBS"
PROGS="fastcancel"

newslib=`$AWK '/^'NEWSCTL'[^A-Z_]/ {print $'2'}' $nsrc/conf/substitutions`
echo $ac_n "checking for newslib""... $ac_c" 1>&6
echo "configure:1284: checking for newslib" >&5
2 changes: 2 additions & 0 deletions news/c-nocem/pkg-descr
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,6 @@
c-nocem is designed for easy setup and fast run and needs no
maintenance.

The software is in the public domain.

WWW: http://sites.inka.de/~bigred/sw/c-nocem.html

0 comments on commit 384525d

Please sign in to comment.