Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use RUN_DEPENDS instead of BUILD_DEPENDS. | hrs | 2009-06-02 | 1 | -2/+2 |
* | Fix PLIST. | hrs | 2009-05-31 | 1 | -6/+6 |
--- Makefile.in.orig Thu Sep 12 00:35:22 2002 +++ Makefile.in Mon Oct 21 10:02:37 2002 @@ -22,8 +22,9 @@ GUIDIR = gui endif -INSTALL_PROGRAM = ${INSTALL} -m 755 -INSTALL_DATA = ${INSTALL} -m 644 +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_DATA = @INSTALL_DATA@ export 'application/atom+xml'/>
index : freebsd-ports-gnome | ||
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome) |
aboutsummaryrefslogtreecommitdiffstats |
Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use RUN_DEPENDS instead of BUILD_DEPENDS. | hrs | 2009-06-02 | 1 | -2/+2 |
* | Fix PLIST. | hrs | 2009-05-31 | 1 | -6/+6 |