diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-05-04 20:06:02 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-05-04 20:06:02 +0000 |
commit | 3ac1b6669fc0e71d8a31b19beeca7dec8745e1f1 (patch) | |
tree | 891f320c20ae5f5b86a11a2895532771881293d5 | |
parent | 0aab8bdd1518eaf8a986f8da4cc2f473548bbe1f (diff) | |
download | ports-3ac1b6669fc0e71d8a31b19beeca7dec8745e1f1.tar.gz ports-3ac1b6669fc0e71d8a31b19beeca7dec8745e1f1.zip |
Notes
-rw-r--r-- | security/ftimes/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/ftimes/Makefile b/security/ftimes/Makefile index 0fd53f149804..cfd26221397d 100644 --- a/security/ftimes/Makefile +++ b/security/ftimes/Makefile @@ -81,4 +81,4 @@ PLIST_SUB+= XMAGIC="@comment " post-install: ${STRIP_CMD} ${PREFIX}/bin/ftimes -.include <bsd.port.mk> +.include <bsd.port.post.mk> |