diff options
author | okazaki <okazaki@FreeBSD.org> | 2001-03-20 03:52:04 +0800 |
---|---|---|
committer | okazaki <okazaki@FreeBSD.org> | 2001-03-20 03:52:04 +0800 |
commit | fcb093228002a98fb49dfc59d710c6c19128956a (patch) | |
tree | f031534a7b92fa9d2d070eb889ffcb6634a263bd | |
parent | 03b71f0606714b64f839d8c0152b0db9c5e7fe6b (diff) | |
download | freebsd-ports-gnome-fcb093228002a98fb49dfc59d710c6c19128956a.tar.gz freebsd-ports-gnome-fcb093228002a98fb49dfc59d710c6c19128956a.tar.zst freebsd-ports-gnome-fcb093228002a98fb49dfc59d710c6c19128956a.zip |
Fix package building.
Style fix of pkg-comment (noticed by portlint)
Bump PORTREVISION.
PR: 25827
Submitted by: maintainer
-rw-r--r-- | comms/qico/Makefile | 4 | ||||
-rw-r--r-- | comms/qico/pkg-comment | 2 | ||||
-rw-r--r-- | comms/qico/pkg-plist | 2 | ||||
-rw-r--r-- | comms/qicosi/Makefile | 4 | ||||
-rw-r--r-- | comms/qicosi/pkg-comment | 2 | ||||
-rw-r--r-- | comms/qicosi/pkg-plist | 2 |
6 files changed, 12 insertions, 4 deletions
diff --git a/comms/qico/Makefile b/comms/qico/Makefile index 56aad2b8149e..4dac1cfd226e 100644 --- a/comms/qico/Makefile +++ b/comms/qico/Makefile @@ -7,6 +7,7 @@ PORTNAME= qico PORTVERSION= 0.48.4 +PORTREVISION= 1 CATEGORIES= comms MASTER_SITES= http://lev.serebryakov.spb.ru/download/0.48/ @@ -21,6 +22,9 @@ DEFS+= -DAMIGA4D .if defined(WITH_QICO_MORDA) MORDA= 1 +PLIST_SUB+= WITH_QICO_MORDA="" +.else +PLIST_SUB+= WITH_QICO_MORDA="@comment " .endif do-install: diff --git a/comms/qico/pkg-comment b/comms/qico/pkg-comment index 450baed14af4..a9effc7dbed0 100644 --- a/comms/qico/pkg-comment +++ b/comms/qico/pkg-comment @@ -1 +1 @@ -Qico is an FidoNet Technology Network (FTN) compatible mailer for Unix systems +An FidoNet Technology Network (FTN) compatible mailer for Unix systems diff --git a/comms/qico/pkg-plist b/comms/qico/pkg-plist index d796be95b875..cda5a64a5449 100644 --- a/comms/qico/pkg-plist +++ b/comms/qico/pkg-plist @@ -1,4 +1,4 @@ -bin/qcc +%%WITH_QICO_MORDA%%bin/qcc etc/qico.conf.sample libexec/qico %%PORTDOCS%%share/doc/qico/FAQ.ru diff --git a/comms/qicosi/Makefile b/comms/qicosi/Makefile index 56aad2b8149e..4dac1cfd226e 100644 --- a/comms/qicosi/Makefile +++ b/comms/qicosi/Makefile @@ -7,6 +7,7 @@ PORTNAME= qico PORTVERSION= 0.48.4 +PORTREVISION= 1 CATEGORIES= comms MASTER_SITES= http://lev.serebryakov.spb.ru/download/0.48/ @@ -21,6 +22,9 @@ DEFS+= -DAMIGA4D .if defined(WITH_QICO_MORDA) MORDA= 1 +PLIST_SUB+= WITH_QICO_MORDA="" +.else +PLIST_SUB+= WITH_QICO_MORDA="@comment " .endif do-install: diff --git a/comms/qicosi/pkg-comment b/comms/qicosi/pkg-comment index 450baed14af4..a9effc7dbed0 100644 --- a/comms/qicosi/pkg-comment +++ b/comms/qicosi/pkg-comment @@ -1 +1 @@ -Qico is an FidoNet Technology Network (FTN) compatible mailer for Unix systems +An FidoNet Technology Network (FTN) compatible mailer for Unix systems diff --git a/comms/qicosi/pkg-plist b/comms/qicosi/pkg-plist index d796be95b875..cda5a64a5449 100644 --- a/comms/qicosi/pkg-plist +++ b/comms/qicosi/pkg-plist @@ -1,4 +1,4 @@ -bin/qcc +%%WITH_QICO_MORDA%%bin/qcc etc/qico.conf.sample libexec/qico %%PORTDOCS%%share/doc/qico/FAQ.ru |