diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-02 22:21:09 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-02 22:21:09 +0000 |
commit | 5715a4a86df4e9a1bea78b0b4098aff25e38e446 (patch) | |
tree | 9913334a49c454a5020f4e6aaf551e49f2bdd517 /audio/ample | |
parent | Remove SUB_LIST it is not actually used (diff) |
post-install target is now useless
Notes
Notes:
svn path=/head/; revision=367101
Diffstat (limited to 'audio/ample')
-rw-r--r-- | audio/ample/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/audio/ample/Makefile b/audio/ample/Makefile index a42772485fb5..fdb8ce594d36 100644 --- a/audio/ample/Makefile +++ b/audio/ample/Makefile @@ -21,7 +21,4 @@ post-configure: @${REINPLACE_CMD} -E '/INSTALL/ s,\(MAN(1|5)PATH\),\(DESTDIR\)$$&,g' \ ${WRKSRC}/docs/Makefile -post-install: - @${ECHO_CMD} "@exec mkdir -p %D/var/log" >> ${TMPPLIST} - .include <bsd.port.mk> |