diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-23 14:20:25 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-23 14:20:25 +0000 |
commit | 992586fa0863f8346a19cbcdfbba376c5c4dfd43 (patch) | |
tree | 87b239f8431cee200969f89da8739806496b7dad /sysutils/hardlink/Makefile | |
parent | dc0ce8f5839343b4c972ae818337189b1b55d447 (diff) | |
download | ports-992586fa0863f8346a19cbcdfbba376c5c4dfd43.tar.gz ports-992586fa0863f8346a19cbcdfbba376c5c4dfd43.zip |
Notes
Diffstat (limited to 'sysutils/hardlink/Makefile')
-rw-r--r-- | sysutils/hardlink/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/sysutils/hardlink/Makefile b/sysutils/hardlink/Makefile index 4630309195ac..f3031404bd97 100644 --- a/sysutils/hardlink/Makefile +++ b/sysutils/hardlink/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: hardlink -# Date created: 14 January 2011 -# Whom: Douglas Thrift -# +# Created by: Douglas Thrift # $FreeBSD$ -# PORTNAME= hardlink PORTVERSION= 0.2.0 @@ -17,7 +13,7 @@ COMMENT= Replace file copies using hardlinks LICENSE= MIT -USE_PKGCONFIG= yes +USES= pkgconfig MAN1= hardlink.1 PLIST_FILES= bin/hardlink |