diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-23 06:05:10 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-23 06:05:10 +0000 |
commit | 1df89da81cf362833dd1fdcc7308b0a4d5da441e (patch) | |
tree | 4a7ceb33eebd55cf364499d4c3986f18a8e7ed67 /devel/fossil | |
parent | 84aa0c3261ae107c666fa31febc507aa20a2f056 (diff) | |
download | ports-1df89da81cf362833dd1fdcc7308b0a4d5da441e.tar.gz ports-1df89da81cf362833dd1fdcc7308b0a4d5da441e.zip |
Notes
Diffstat (limited to 'devel/fossil')
-rw-r--r-- | devel/fossil/Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/devel/fossil/Makefile b/devel/fossil/Makefile index 31751141df9e..26156fb24eed 100644 --- a/devel/fossil/Makefile +++ b/devel/fossil/Makefile @@ -12,7 +12,6 @@ COMMENT= DSCM with built-in wiki, http interface and server, tickets database LICENSE= BSD - PLIST_FILES= bin/fossil HAS_CONFIGURE= yes @@ -23,11 +22,4 @@ JSON_DESC= JSON API support JSON_CONFIGURE_ON= --json STATIC_CONFIGURE_ON= --static -NO_STAGE= yes -do-install: - @${INSTALL_PROGRAM} ${WRKSRC}/fossil ${PREFIX}/bin/fossil - -post-install: - @${CAT} ${PKGMESSAGE} - .include <bsd.port.mk> |