diff options
Diffstat (limited to 'net/http_ping')
-rw-r--r-- | net/http_ping/Makefile | 1 | ||||
-rw-r--r-- | net/http_ping/pkg-plist | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/net/http_ping/Makefile b/net/http_ping/Makefile index b9cec807c097..defa1a3d6231 100644 --- a/net/http_ping/Makefile +++ b/net/http_ping/Makefile @@ -17,6 +17,7 @@ COMMENT= Sends HTTP requests every few seconds and times how long they take WRKSRC= ${WRKDIR}/${PORTNAME} MAN1= http_ping.1 MANCOMPRESSED= no +PLIST_FILES= bin/http_ping do-install: ${INSTALL_PROGRAM} ${WRKSRC}/http_ping ${PREFIX}/bin diff --git a/net/http_ping/pkg-plist b/net/http_ping/pkg-plist deleted file mode 100644 index 14b5306b00fd..000000000000 --- a/net/http_ping/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/http_ping |