diff options
author | cy <cy@FreeBSD.org> | 2002-11-07 13:46:03 +0800 |
---|---|---|
committer | cy <cy@FreeBSD.org> | 2002-11-07 13:46:03 +0800 |
commit | 86d53beeeb44f3cc0b87d227c5c754a255dc8f93 (patch) | |
tree | 66ab3ac8db83934fdf3409941ac4cccc48c8deca /net | |
parent | 07f51e3a6a6f07e9c677e1744a7bc18cade0740e (diff) | |
download | freebsd-ports-gnome-86d53beeeb44f3cc0b87d227c5c754a255dc8f93.tar.gz freebsd-ports-gnome-86d53beeeb44f3cc0b87d227c5c754a255dc8f93.tar.zst freebsd-ports-gnome-86d53beeeb44f3cc0b87d227c5c754a255dc8f93.zip |
Use PORTCOMMENT.
Diffstat (limited to 'net')
-rw-r--r-- | net/ntp-devel/Makefile | 2 | ||||
-rw-r--r-- | net/ntp-devel/pkg-comment | 1 | ||||
-rw-r--r-- | net/ntp-stable/Makefile | 2 | ||||
-rw-r--r-- | net/ntp-stable/pkg-comment | 1 | ||||
-rw-r--r-- | net/ntp/Makefile | 2 | ||||
-rw-r--r-- | net/ntp/pkg-comment | 1 | ||||
-rw-r--r-- | net/pipsecd/Makefile | 2 | ||||
-rw-r--r-- | net/pipsecd/pkg-comment | 1 |
8 files changed, 8 insertions, 4 deletions
diff --git a/net/ntp-devel/Makefile b/net/ntp-devel/Makefile index e90a532fceda..2a33762eed32 100644 --- a/net/ntp-devel/Makefile +++ b/net/ntp-devel/Makefile @@ -15,6 +15,8 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.r/-rc/} MAINTAINER= cy@FreeBSD.org +PORTCOMMENT= The Network Time Protocol Distribution + # ntp's configure script created by autoconf 2.14.1 doesn't work # if GNU_CONFIGURE is defined HAS_CONFIGURE= yes diff --git a/net/ntp-devel/pkg-comment b/net/ntp-devel/pkg-comment deleted file mode 100644 index 28e419a84d98..000000000000 --- a/net/ntp-devel/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -The Network Time Protocol Distribution diff --git a/net/ntp-stable/Makefile b/net/ntp-stable/Makefile index 62ba018cf2f0..545846686720 100644 --- a/net/ntp-stable/Makefile +++ b/net/ntp-stable/Makefile @@ -18,6 +18,8 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.r/-rc/} MAINTAINER= cy@FreeBSD.org +PORTCOMMENT= The Network Time Protocol Distribution + # ntp's configure script created by autoconf 2.14.1 doesn't work # if GNU_CONFIGURE is defined HAS_CONFIGURE= yes diff --git a/net/ntp-stable/pkg-comment b/net/ntp-stable/pkg-comment deleted file mode 100644 index 28e419a84d98..000000000000 --- a/net/ntp-stable/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -The Network Time Protocol Distribution diff --git a/net/ntp/Makefile b/net/ntp/Makefile index 62ba018cf2f0..545846686720 100644 --- a/net/ntp/Makefile +++ b/net/ntp/Makefile @@ -18,6 +18,8 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.r/-rc/} MAINTAINER= cy@FreeBSD.org +PORTCOMMENT= The Network Time Protocol Distribution + # ntp's configure script created by autoconf 2.14.1 doesn't work # if GNU_CONFIGURE is defined HAS_CONFIGURE= yes diff --git a/net/ntp/pkg-comment b/net/ntp/pkg-comment deleted file mode 100644 index 28e419a84d98..000000000000 --- a/net/ntp/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -The Network Time Protocol Distribution diff --git a/net/pipsecd/Makefile b/net/pipsecd/Makefile index 27a45fac0a64..bc0e60c1c216 100644 --- a/net/pipsecd/Makefile +++ b/net/pipsecd/Makefile @@ -15,6 +15,8 @@ DISTNAME= pipsec-19991014 MAINTAINER= cy@FreeBSD.org +PORTCOMMENT= Simple IPSEC tunnel tool from Pierre Beyssac + USE_OPENSSL= YES ALL_TARGET= pipsecd diff --git a/net/pipsecd/pkg-comment b/net/pipsecd/pkg-comment deleted file mode 100644 index 6e54dba314f5..000000000000 --- a/net/pipsecd/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Simple IPSEC tunnel tool from Pierre Beyssac |